Shades of Light Wood #835F5E
Tints of Light Wood #835F5E
RGB
CMYK
RGB Variations
Color information
#835F5E (or 0x835F5E) is known color: Light Wood. HEX triplet: 83, 5F and 5E. RGB value is (131,95,94). Sum of RGB (Red+Green+Blue) = 131+95+94=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 131 - color contains mainly: red. Hex color #835F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835F5E is #7CA0A1. Grayscale: #696969. Windows color (decimal): -8167586 or 6184835. OLE color: 6184835.
HSL color Cylindrical-coordinate representation of color #835F5E: hue angle of 1.62º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #835F5E is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 95 | 94 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.49 |
| HSL | 1.62º | 0.16% | 0.44% | - |
| HSV(B) | 1.62º | 0.28% | 0.51% | - |
| XYZ | 15.47 | 13.82 | 12.44 | - |
| YUV | 105.65 | 121.43 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 95 | 94 | 0 | 0.27 | 0.28 | 0.49 | 1.62 | 0.16 | 0.44 |
| Hex | 83 | 5F | 5E | 0 | 1B | 1C | 31 | 2 | 10 | 2C |
| Octal | 203 | 137 | 136 | 0 | 33 | 34 | 61 | 2 | 20 | 54 |
| Binary | 10000011 | 1011111 | 1011110 | 0 | 11011 | 11100 | 110001 | 10 | 10000 | 101100 |
Color Harmonies of #835F5E
Complementary color
Monochromatic Colors of #835F5E
Black with #835F5E
Text Example
Text Example
White with #835F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835F5E; }
p { color: rgb(131,95,94); }
H1.HeaderClassName
{
color: #835F5E;
}
.AnyTagClassName
{
color: #835F5E;
}
</style>
background-color css
<style>
a { background-color: #835F5E; }
a { background-color: rgb(131,95,94); }
div.DivClassName
{
background-color: #835F5E;
}
.BgClassName
{
background-color: #835F5E;
}
</style>
border-color css
<style>
span { border-color: #835F5E; }
span { border-color: rgb(131,95,94); }
td.TdClassName
{
border-color: #835F5E;
}
.TagClassName
{
border-color: #835F5E;
}
</style>