#815A48

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

Shades of Dark Wood #815A48

Tints of Dark Wood #815A48

Color information

#815A48 (or 0x815A48) is unknown color: approx Dark Wood. HEX triplet: 81, 5A and 48. RGB value is (129,90,72). Sum of RGB (Red+Green+Blue) = 129+90+72=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #815A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815A48 is #7EA5B7. Grayscale: #636363. Windows color (decimal): -8299960 or 4741761. OLE color: 4741761.

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

Color convert

RGB1299072-
CMYK00.300.440.49
HSL18.95º28.36%39.41%-
HSV(B)18.95º44.19%50.59%-
XYZ13.8812.457.8-
YUV99.61112.42148.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.33%
GREEN value IS 90 (35.55% from 255) = 30.93%
BLUE value IS 72 (28.52% from 255) = 24.74%
R=44.33%
G=30.93%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129907200.300.440.4918.9528.3639.41
Hex815A4801E2C31131c27
Octal2011321100365461233447
Binary10000001101101010010000111101011001100011001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,90,72); }

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

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

 a { background-color: rgb(129,90,72); }

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

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

 span { border-color: rgb(129,90,72); }

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