#815F41

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

Shades of Dark Wood #815F41

Tints of Dark Wood #815F41

Color information

#815F41 (or 0x815F41) is unknown color: approx Dark Wood. HEX triplet: 81, 5F and 41. RGB value is (129,95,65). Sum of RGB (Red+Green+Blue) = 129+95+65=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #815F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815F41 is #7EA0BE. Grayscale: #656565. Windows color (decimal): -8298687 or 4284289. OLE color: 4284289.

HSL color Cylindrical-coordinate representation of color #815F41: hue angle of 28.12º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #815F41 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1299565-
CMYK00.260.500.49
HSL28.12º32.99%38.04%-
HSV(B)28.12º49.61%50.59%-
XYZ14.113.236.81-
YUV101.75107.26147.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.64%
GREEN value IS 95 (37.5% from 255) = 32.87%
BLUE value IS 65 (25.78% from 255) = 22.49%
R=44.64%
G=32.87%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129956500.260.500.4928.1232.9938.04
Hex815F4101A32311c2126
Octal2011371010326261344146
Binary100000011011111100000101101011001011000111100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,95,65); }

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

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

 a { background-color: rgb(129,95,65); }

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

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

 span { border-color: rgb(129,95,65); }

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