#815F46

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

Shades of Dark Wood #815F46

Tints of Dark Wood #815F46

Color information

#815F46 (or 0x815F46) is unknown color: approx Dark Wood. HEX triplet: 81, 5F and 46. RGB value is (129,95,70). Sum of RGB (Red+Green+Blue) = 129+95+70=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #815F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815F46 is #7EA0B9. Grayscale: #666666. Windows color (decimal): -8298682 or 4611969. OLE color: 4611969.

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

Color convert

RGB1299570-
CMYK00.260.460.49
HSL25.42º29.65%39.02%-
HSV(B)25.42º45.74%50.59%-
XYZ14.2513.297.61-
YUV102.32109.76147.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.88%
GREEN value IS 95 (37.5% from 255) = 32.31%
BLUE value IS 70 (27.73% from 255) = 23.81%
R=43.88%
G=32.31%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129957000.260.460.4925.4229.6539.02
Hex815F4601A2E31191e27
Octal2011371060325661313647
Binary10000001101111110001100110101011101100011100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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