Html Css Color HEX #856442 Dark Wood

📋 copy color: '#856442'

red 133 ◦ green 100 ◦ blue 66

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

Shades of Dark Wood #856442

Tints of Dark Wood #856442

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.44%

 BLUE value IS 66 (26.17% from 255) = 22.07%

R = 44.48%
G = 33.44%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#856442 (or 0x856442) is known color: Dark Wood. HEX triplet: 85, 64 and 42. RGB value is (133,100,66). Sum of RGB (Red+Green+Blue) = 133+100+66=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #856442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856442 is #7A9BBD. Grayscale: #6A6A6A. Windows color (decimal): -8035262 or 4351109. OLE color: 4351109.

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

Color convert

RGB 133 100 66 -
CMYK 0 0.25 0.50 0.48
HSL 30.45º 0.34% 0.39% -
HSV(B) 30.45º 0.5% 0.52% -
XYZ 15.21 14.49 7.15 -
YUV 105.99 105.43 147.26 -
System Red Green Blue C M Y K H S L
Decimal 133 100 66 0 0.25 0.50 0.48 30.45 0.34 0.39
Hex 85 64 42 0 19 32 30 1E 22 27
Octal 205 144 102 0 31 62 60 36 42 47
Binary 10000101 1100100 1000010 0 11001 110010 110000 11110 100010 100111

Color Harmonies of #856442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856442

Black with #856442

Text Example


Text Example

White with #856442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856442; }

 p { color: rgb(133,100,66); }

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

background-color css

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

 a { background-color: rgb(133,100,66); }

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

border-color css

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

 span { border-color: rgb(133,100,66); }

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