Shades of Saddle Brown #813E0E
Tints of Saddle Brown #813E0E
RGB
CMYK
RGB Variations
Color information
#813E0E (or 0x813E0E) is known color: Saddle Brown. HEX triplet: 81, 3E and 0E. RGB value is (129,62,14). Sum of RGB (Red+Green+Blue) = 129+62+14=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #813E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813E0E is #7EC1F1. Grayscale: #4C4C4C. Windows color (decimal): -8307186 or 933505. OLE color: 933505.
HSL color Cylindrical-coordinate representation of color #813E0E: hue angle of 25.04º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #813E0E is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 62 | 14 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.49 |
| HSL | 25.04º | 0.8% | 0.28% | - |
| HSV(B) | 25.04º | 0.89% | 0.51% | - |
| XYZ | 10.86 | 8.14 | 1.42 | - |
| YUV | 76.56 | 92.7 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 62 | 14 | 0 | 0.52 | 0.89 | 0.49 | 25.04 | 0.8 | 0.28 |
| Hex | 81 | 3E | E | 0 | 34 | 59 | 31 | 19 | 50 | 1C |
| Octal | 201 | 76 | 16 | 0 | 64 | 131 | 61 | 31 | 120 | 34 |
| Binary | 10000001 | 111110 | 1110 | 0 | 110100 | 1011001 | 110001 | 11001 | 1010000 | 11100 |
Color Harmonies of #813E0E
Complementary color
Monochromatic Colors of #813E0E
Black with #813E0E
Text Example
Text Example
White with #813E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813E0E; }
p { color: rgb(129,62,14); }
H1.HeaderClassName
{
color: #813E0E;
}
.AnyTagClassName
{
color: #813E0E;
}
</style>
background-color css
<style>
a { background-color: #813E0E; }
a { background-color: rgb(129,62,14); }
div.DivClassName
{
background-color: #813E0E;
}
.BgClassName
{
background-color: #813E0E;
}
</style>
border-color css
<style>
span { border-color: #813E0E; }
span { border-color: rgb(129,62,14); }
td.TdClassName
{
border-color: #813E0E;
}
.TagClassName
{
border-color: #813E0E;
}
</style>