Html Css Color HEX #85603E Dark Wood

📋 copy color: '#85603E'

red 133 ◦ green 96 ◦ blue 62

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

Shades of Dark Wood #85603E

Tints of Dark Wood #85603E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.31%

R = 45.7%
G = 32.99%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85603E (or 0x85603E) is known color: 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

RGB 133 96 62 -
CMYK 0 0.28 0.53 0.48
HSL 28.73º 0.36% 0.38% -
HSV(B) 28.73º 0.53% 0.52% -
XYZ 14.73 13.7 6.43 -
YUV 103.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 133 96 62 0 0.28 0.53 0.48 28.73 0.36 0.38
Hex 85 60 3E 0 1C 35 30 1D 24 26
Octal 205 140 76 0 34 65 60 35 44 46
Binary 10000101 1100000 111110 0 11100 110101 110000 11101 100100 100110

Color Harmonies of #85603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85603E

Black with #85603E

Text Example


Text Example

White with #85603E

Text Example


Text Example

HTML Codes & Css Web 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>