#815E4B

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

Shades of Dark Wood #815E4B

Tints of Dark Wood #815E4B

Color information

#815E4B (or 0x815E4B) is unknown color: approx Dark Wood. HEX triplet: 81, 5E and 4B. RGB value is (129,94,75). Sum of RGB (Red+Green+Blue) = 129+94+75=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #815E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815E4B is #7EA1B4. Grayscale: #666666. Windows color (decimal): -8298933 or 4939393. OLE color: 4939393.

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

Color convert

RGB1299475-
CMYK00.270.420.49
HSL21.11º26.47%40%-
HSV(B)21.11º41.86%50.59%-
XYZ14.3313.188.45-
YUV102.3112.6147.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.29%
GREEN value IS 94 (37.11% from 255) = 31.54%
BLUE value IS 75 (29.69% from 255) = 25.17%
R=43.29%
G=31.54%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129947500.270.420.4921.1126.4740
Hex815E4B01B2A31151a28
Octal2011361130335261253250
Binary10000001101111010010110110111010101100011010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,94,75); }

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

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

 a { background-color: rgb(129,94,75); }

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

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

 span { border-color: rgb(129,94,75); }

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