Html Css Color HEX #856542 Dark Wood

📋 copy color: '#856542'

red 133 ◦ green 101 ◦ blue 66

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

Shades of Dark Wood #856542

Tints of Dark Wood #856542

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.67%

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

R = 44.33%
G = 33.67%
B = 22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#856542 (or 0x856542) is known color: Dark Wood. HEX triplet: 85, 65 and 42. RGB value is (133,101,66). Sum of RGB (Red+Green+Blue) = 133+101+66=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #856542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856542 is #7A9ABD. Grayscale: #6A6A6A. Windows color (decimal): -8035006 or 4351365. OLE color: 4351365.

HSL color Cylindrical-coordinate representation of color #856542: hue angle of 31.34º 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 #856542 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 66 -
CMYK 0 0.24 0.50 0.48
HSL 31.34º 0.34% 0.39% -
HSV(B) 31.34º 0.5% 0.52% -
XYZ 15.31 14.69 7.18 -
YUV 106.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 133 101 66 0 0.24 0.50 0.48 31.34 0.34 0.39
Hex 85 65 42 0 18 32 30 1F 22 27
Octal 205 145 102 0 30 62 60 37 42 47
Binary 10000101 1100101 1000010 0 11000 110010 110000 11111 100010 100111

Color Harmonies of #856542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856542

Black with #856542

Text Example


Text Example

White with #856542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856542; }

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

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

background-color css

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

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

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

border-color css

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

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

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