Html Css Color HEX #856041 Dark Wood

📋 copy color: '#856041'

red 133 ◦ green 96 ◦ blue 65

#856041
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Wood #856041

Tints of Dark Wood #856041

RGB

 RED value IS 133 (52.34% from 255) = 45.24%

 GREEN value IS 96 (37.89% from 255) = 32.65%

 BLUE value IS 65 (25.78% from 255) = 22.11%

R = 45.24%
G = 32.65%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#856041 (or 0x856041) is known color: Dark Wood. HEX triplet: 85, 60 and 41. RGB value is (133,96,65). Sum of RGB (Red+Green+Blue) = 133+96+65=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #856041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856041 is #7A9FBE. Grayscale: #676767. Windows color (decimal): -8036287 or 4284549. OLE color: 4284549.

HSL color Cylindrical-coordinate representation of color #856041: hue angle of 27.35º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #856041 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 96 65 -
CMYK 0 0.28 0.51 0.48
HSL 27.35º 0.34% 0.39% -
HSV(B) 27.35º 0.51% 0.52% -
XYZ 14.81 13.73 6.87 -
YUV 103.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 133 96 65 0 0.28 0.51 0.48 27.35 0.34 0.39
Hex 85 60 41 0 1C 33 30 1B 22 27
Octal 205 140 101 0 34 63 60 33 42 47
Binary 10000101 1100000 1000001 0 11100 110011 110000 11011 100010 100111

Color Harmonies of #856041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856041

Black with #856041

Text Example


Text Example

White with #856041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856041; }

 p { color: rgb(133,96,65); }

 H1.HeaderClassName
 {
   color: #856041;
 }
 .AnyTagClassName
 {
   color: #856041;
 }
</style>

background-color css

<style>
 a { background-color: #856041; }

 a { background-color: rgb(133,96,65); }

 div.DivClassName
 {
   background-color: #856041;
 }
 .BgClassName
 {
   background-color: #856041;
 }
</style>

border-color css

<style>
 span { border-color: #856041; }

 span { border-color: rgb(133,96,65); }

 td.TdClassName
 {
   border-color: #856041;
 }
 .TagClassName
 {
   border-color: #856041;
 }
</style>