Shades of Light Wood #815B5B
Tints of Light Wood #815B5B
RGB
CMYK
RGB Variations
Color information
#815B5B (or 0x815B5B) is known color: Light Wood. HEX triplet: 81, 5B and 5B. RGB value is (129,91,91). Sum of RGB (Red+Green+Blue) = 129+91+91=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #815B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815B5B is #7EA4A4. Grayscale: #666666. Windows color (decimal): -8299685 or 5987201. OLE color: 5987201.
HSL color Cylindrical-coordinate representation of color #815B5B: hue angle of 0º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #815B5B is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 91 | 91 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.49 |
| HSL | 0º | 0.17% | 0.43% | - |
| HSV(B) | 0º | 0.29% | 0.51% | - |
| XYZ | 14.68 | 12.9 | 11.61 | - |
| YUV | 102.36 | 121.59 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 91 | 91 | 0 | 0.29 | 0.29 | 0.49 | 0 | 0.17 | 0.43 |
| Hex | 81 | 5B | 5B | 0 | 1D | 1D | 31 | 0 | 11 | 2B |
| Octal | 201 | 133 | 133 | 0 | 35 | 35 | 61 | 0 | 21 | 53 |
| Binary | 10000001 | 1011011 | 1011011 | 0 | 11101 | 11101 | 110001 | 0 | 10001 | 101011 |
Color Harmonies of #815B5B
Complementary color
Monochromatic Colors of #815B5B
Black with #815B5B
Text Example
Text Example
White with #815B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815B5B; }
p { color: rgb(129,91,91); }
H1.HeaderClassName
{
color: #815B5B;
}
.AnyTagClassName
{
color: #815B5B;
}
</style>
background-color css
<style>
a { background-color: #815B5B; }
a { background-color: rgb(129,91,91); }
div.DivClassName
{
background-color: #815B5B;
}
.BgClassName
{
background-color: #815B5B;
}
</style>
border-color css
<style>
span { border-color: #815B5B; }
span { border-color: rgb(129,91,91); }
td.TdClassName
{
border-color: #815B5B;
}
.TagClassName
{
border-color: #815B5B;
}
</style>