#815C49

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

Shades of Dark Wood #815C49

Tints of Dark Wood #815C49

Color information

#815C49 (or 0x815C49) is unknown color: approx Dark Wood. HEX triplet: 81, 5C and 49. RGB value is (129,92,73). Sum of RGB (Red+Green+Blue) = 129+92+73=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #815C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815C49 is #7EA3B6. Grayscale: #656565. Windows color (decimal): -8299447 or 4807809. OLE color: 4807809.

HSL color Cylindrical-coordinate representation of color #815C49: hue angle of 20.36º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #815C49 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1299273-
CMYK00.290.430.49
HSL20.36º27.72%39.61%-
HSV(B)20.36º43.41%50.59%-
XYZ14.0812.88.03-
YUV100.9112.26148.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.88%
GREEN value IS 92 (36.33% from 255) = 31.29%
BLUE value IS 73 (28.91% from 255) = 24.83%
R=43.88%
G=31.29%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129927300.290.430.4920.3627.7239.61
Hex815C4901D2B31141c28
Octal2011341110355361243450
Binary10000001101110010010010111011010111100011010011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815C49; }

 p { color: rgb(129,92,73); }

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

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

 a { background-color: rgb(129,92,73); }

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

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

 span { border-color: rgb(129,92,73); }

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