#85603E

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

Shades of Dark Wood #85603E

Tints of Dark Wood #85603E

Color information

#85603E (or 0x85603E) is unknown color: approx Dark Wood. HEX triplet: 85, 60 and 3E. RGB value is (133,96,62). Sum of RGB (Red+Green+Blue) = 133+96+62=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85603E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85603E is #7A9FC1. Grayscale: #676767. Windows color (decimal): -8036290 or 4087941. OLE color: 4087941.

HSL color Cylindrical-coordinate representation of color #85603E: hue angle of 28.73º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85603E is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1339662-
CMYK00.280.530.48
HSL28.73º36.41%38.24%-
HSV(B)28.73º53.38%52.16%-
XYZ14.7313.76.43-
YUV103.19104.76149.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.70%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 62 (24.61% from 255) = 21.31%
R=45.70%
G=32.99%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133966200.280.530.4828.7336.4138.24
Hex85603E01C35301d2426
Octal205140760346560354446
Binary10000101110000011111001110011010111000011101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85603E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85603E; }

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

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

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

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

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

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

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

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