#85644C

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

Shades of Dark Wood #85644C

Tints of Dark Wood #85644C

Color information

#85644C (or 0x85644C) is unknown color: approx Dark Wood. HEX triplet: 85, 64 and 4C. RGB value is (133,100,76). Sum of RGB (Red+Green+Blue) = 133+100+76=309 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.04% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 133 - color contains mainly: red. Hex color #85644C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85644C is #7A9BB3. Grayscale: #6B6B6B. Windows color (decimal): -8035252 or 5006469. OLE color: 5006469.

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

Color convert

RGB13310076-
CMYK00.250.430.48
HSL25.26º27.27%40.98%-
HSV(B)25.26º42.86%52.16%-
XYZ15.5314.628.84-
YUV107.13110.43146.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.04%
GREEN value IS 100 (39.45% from 255) = 32.36%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=43.04%
G=32.36%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331007600.250.430.4825.2627.2740.98
Hex85644C0192B30191b29
Octal2051441140315360313351
Binary10000101110010010011000110011010111100001100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85644C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85644C; }

 p { color: rgb(133,100,76); }

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

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

 a { background-color: rgb(133,100,76); }

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

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

 span { border-color: rgb(133,100,76); }

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