Html Css Color HEX #856145 Dark Wood

📋 copy color: '#856145'

red 133 ◦ green 97 ◦ blue 69

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

Shades of Dark Wood #856145

Tints of Dark Wood #856145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.08%

R = 44.48%
G = 32.44%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#856145 (or 0x856145) is known color: Dark Wood. HEX triplet: 85, 61 and 45. RGB value is (133,97,69). Sum of RGB (Red+Green+Blue) = 133+97+69=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #856145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856145 is #7A9EBA. Grayscale: #686868. Windows color (decimal): -8036027 or 4546949. OLE color: 4546949.

HSL color Cylindrical-coordinate representation of color #856145: hue angle of 26.25º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #856145 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 97 69 -
CMYK 0 0.27 0.48 0.48
HSL 26.25º 0.32% 0.4% -
HSV(B) 26.25º 0.48% 0.52% -
XYZ 15.02 13.97 7.53 -
YUV 104.57 107.93 148.28 -
System Red Green Blue C M Y K H S L
Decimal 133 97 69 0 0.27 0.48 0.48 26.25 0.32 0.4
Hex 85 61 45 0 1B 30 30 1A 20 28
Octal 205 141 105 0 33 60 60 32 40 50
Binary 10000101 1100001 1000101 0 11011 110000 110000 11010 100000 101000

Color Harmonies of #856145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856145

Black with #856145

Text Example


Text Example

White with #856145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856145; }

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

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

background-color css

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

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

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

border-color css

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

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

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