Html Css Color HEX #856045 Dark Wood

📋 copy color: '#856045'

red 133 ◦ green 96 ◦ blue 69

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

Shades of Dark Wood #856045

Tints of Dark Wood #856045

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.21%

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

R = 44.63%
G = 32.21%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#856045 (or 0x856045) is known color: Dark Wood. HEX triplet: 85, 60 and 45. RGB value is (133,96,69). Sum of RGB (Red+Green+Blue) = 133+96+69=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #856045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856045 is #7A9FBA. Grayscale: #686868. Windows color (decimal): -8036283 or 4546693. OLE color: 4546693.

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

Color convert

RGB 133 96 69 -
CMYK 0 0.28 0.48 0.48
HSL 25.31º 0.32% 0.4% -
HSV(B) 25.31º 0.48% 0.52% -
XYZ 14.93 13.78 7.5 -
YUV 103.99 108.26 148.7 -
System Red Green Blue C M Y K H S L
Decimal 133 96 69 0 0.28 0.48 0.48 25.31 0.32 0.4
Hex 85 60 45 0 1C 30 30 19 20 28
Octal 205 140 105 0 34 60 60 31 40 50
Binary 10000101 1100000 1000101 0 11100 110000 110000 11001 100000 101000

Color Harmonies of #856045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856045

Black with #856045

Text Example


Text Example

White with #856045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856045; }

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

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

background-color css

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

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

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

border-color css

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

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

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