Html Css Color HEX #856141 Dark Wood

📋 copy color: '#856141'

red 133 ◦ green 97 ◦ blue 65

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

Shades of Dark Wood #856141

Tints of Dark Wood #856141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.88%

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

R = 45.08%
G = 32.88%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#856141 (or 0x856141) is known color: Dark Wood. HEX triplet: 85, 61 and 41. RGB value is (133,97,65). Sum of RGB (Red+Green+Blue) = 133+97+65=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #856141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856141 is #7A9EBE. Grayscale: #686868. Windows color (decimal): -8036031 or 4284805. OLE color: 4284805.

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

Color convert

RGB 133 97 65 -
CMYK 0 0.27 0.51 0.48
HSL 28.24º 0.34% 0.39% -
HSV(B) 28.24º 0.51% 0.52% -
XYZ 14.9 13.92 6.9 -
YUV 104.12 105.93 148.6 -
System Red Green Blue C M Y K H S L
Decimal 133 97 65 0 0.27 0.51 0.48 28.24 0.34 0.39
Hex 85 61 41 0 1B 33 30 1C 22 27
Octal 205 141 101 0 33 63 60 34 42 47
Binary 10000101 1100001 1000001 0 11011 110011 110000 11100 100010 100111

Color Harmonies of #856141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856141

Black with #856141

Text Example


Text Example

White with #856141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856141; }

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

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

background-color css

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

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

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

border-color css

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

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

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