Html Css Color HEX #856242 Dark Wood

📋 copy color: '#856242'

red 133 ◦ green 98 ◦ blue 66

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

Shades of Dark Wood #856242

Tints of Dark Wood #856242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33%

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

R = 44.78%
G = 33%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#856242 (or 0x856242) is known color: Dark Wood. HEX triplet: 85, 62 and 42. RGB value is (133,98,66). Sum of RGB (Red+Green+Blue) = 133+98+66=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #856242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856242 is #7A9DBD. Grayscale: #686868. Windows color (decimal): -8035774 or 4350597. OLE color: 4350597.

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

Color convert

RGB 133 98 66 -
CMYK 0 0.26 0.50 0.48
HSL 28.66º 0.34% 0.39% -
HSV(B) 28.66º 0.5% 0.52% -
XYZ 15.02 14.12 7.09 -
YUV 104.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 133 98 66 0 0.26 0.50 0.48 28.66 0.34 0.39
Hex 85 62 42 0 1A 32 30 1D 22 27
Octal 205 142 102 0 32 62 60 35 42 47
Binary 10000101 1100010 1000010 0 11010 110010 110000 11101 100010 100111

Color Harmonies of #856242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856242

Black with #856242

Text Example


Text Example

White with #856242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856242; }

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

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

background-color css

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

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

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

border-color css

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

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

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