#85604A

Color #85604A Dark Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Wood #85604A

Tints of Dark Wood #85604A

Color information

#85604A (or 0x85604A) is unknown color: approx Dark Wood. HEX triplet: 85, 60 and 4A. RGB value is (133,96,74). Sum of RGB (Red+Green+Blue) = 133+96+74=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #85604A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85604A is #7A9FB5. Grayscale: #686868. Windows color (decimal): -8036278 or 4874373. OLE color: 4874373.

HSL color Cylindrical-coordinate representation of color #85604A: hue angle of 22.37º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85604A is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1339674-
CMYK00.280.440.48
HSL22.37º28.5%40.59%-
HSV(B)22.37º44.36%52.16%-
XYZ15.0913.858.36-
YUV104.56110.76148.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.89%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 74 (29.30% from 255) = 24.42%
R=43.89%
G=31.68%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133967400.280.440.4822.3728.540.59
Hex85604A01C2C30161d29
Octal2051401120345460263551
Binary10000101110000010010100111001011001100001011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85604A; }

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

 H1.HeaderClassName
 {
   color: #85604A;
 }
 .AnyTagClassName
 {
   color: #85604A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #85604A;
 }
 .BgClassName
 {
   background-color: #85604A;
 }
</style>
border-color css

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

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

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