Color Hex Logo

#865d2a Color Hex

#865D2A
(134,93,42)
0 Favorites   0 Comments

Color spaces of #865d2a

RGB 1349342
HSL0.090.520.35
HSV33°69°53°
CMYK 0.000.310.69   0.47
XYZ14.163813.06423.9656
Yxy13.06420.45410.4188
Hunter Lab36.14446.695518.7961
CIE-Lab42.859811.378135.1876

#865d2a color RGB value is (134,93,42).

#865d2a hex color red value is 134, green value is 93 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #865d2a hue: 0.09 , saturation: 0.52 and the lightness value of 865d2a is 0.35.

The process color (four color CMYK) of #865d2a color hex is 0.00, 0.31, 0.69, 0.47. Web safe color of #865d2a is #996633. Color #865d2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011101 00101010
Octal 206 135 52
Decimal 134 93 42
Hex 86 5D 2A

RGB Percentages of Color #865d2a

%49.81
%34.57
%15.61

CMYK Percentages of Color #865d2a

%0
%31
%69
%47

Triadic Colors of #865d2a

#865d2a #2a865d #5d2a86

Analogous Colors of #865d2a

#865d2a #81862a #862f2a

Monochromatic Colors of #865d2a

#865d2a

Complementary Color

#865d2a #2a5386

#865d2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865d2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#865d2a Color CSS Codes

.mybgcolor {background-color:#865d2a; } 
.myforecolor {color:#865d2a; }
.mybordercolor {border:3px solid #865d2a; }

#865d2a Text Font Color

<p style="color:#865d2a">Text here</p>

This sample text font color is #865d2a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#865d2a Background Color

<div style="background-color:#865d2a">
Div content here</div>

This div background color is #865d2a


#865d2a Border Color

<div style="border:3px solid #865d2a">
Div here</div>

This div border color is #865d2a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,93,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #865d2a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #865d2a;
  -webkit-box-shadow: 1px 1px 3px 2px #865d2a;
  box-shadow:         1px 1px 3px 2px #865d2a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,93,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #865d2a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #865d2a;
  -webkit-box-shadow: 1px 1px 3px 2px #865d2a;
  box-shadow:         1px 1px 3px 2px #865d2a;">
Div content here</div>

This div box has shadow with color #865d2a


Comments

No comments written yet.

Please login to write comment.