#815A5A

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

Shades of Light Wood #815A5A

Tints of Light Wood #815A5A

Color information

#815A5A (or 0x815A5A) is unknown color: approx Light Wood. HEX triplet: 81, 5A and 5A. RGB value is (129,90,90). Sum of RGB (Red+Green+Blue) = 129+90+90=309 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.75% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 129 - color contains mainly: red. Hex color #815A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815A5A is #7EA5A5. Grayscale: #656565. Windows color (decimal): -8299942 or 5921409. OLE color: 5921409.

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

Color convert

RGB1299090-
CMYK00.300.300.49
HSL17.81%42.94%-
HSV(B)30.23%50.59%-
XYZ14.5512.7211.36-
YUV101.66121.42147.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.75%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 90 (35.55% from 255) = 29.13%
R=41.75%
G=29.13%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129909000.300.300.49017.8142.94
Hex815A5A01E1E310122b
Octal201132132036366102253
Binary100000011011010101101001111011110110001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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