Shades of Saddle Brown #813C0A
Tints of Saddle Brown #813C0A
RGB
CMYK
RGB Variations
Color information
#813C0A (or 0x813C0A) is known color: Saddle Brown. HEX triplet: 81, 3C and 0A. RGB value is (129,60,10). Sum of RGB (Red+Green+Blue) = 129+60+10=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 60 (23.83% from 255 or 30.15% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #813C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813C0A is #7EC3F5. Grayscale: #4B4B4B. Windows color (decimal): -8307702 or 670849. OLE color: 670849.
HSL color Cylindrical-coordinate representation of color #813C0A: hue angle of 25.21º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #813C0A is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 60 | 10 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.49 |
| HSL | 25.21º | 0.86% | 0.27% | - |
| HSV(B) | 25.21º | 0.92% | 0.51% | - |
| XYZ | 10.72 | 7.92 | 1.25 | - |
| YUV | 74.93 | 91.36 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 60 | 10 | 0 | 0.53 | 0.92 | 0.49 | 25.21 | 0.86 | 0.27 |
| Hex | 81 | 3C | A | 0 | 35 | 5C | 31 | 19 | 56 | 1B |
| Octal | 201 | 74 | 12 | 0 | 65 | 134 | 61 | 31 | 126 | 33 |
| Binary | 10000001 | 111100 | 1010 | 0 | 110101 | 1011100 | 110001 | 11001 | 1010110 | 11011 |
Color Harmonies of #813C0A
Complementary color
Monochromatic Colors of #813C0A
Black with #813C0A
Text Example
Text Example
White with #813C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813C0A; }
p { color: rgb(129,60,10); }
H1.HeaderClassName
{
color: #813C0A;
}
.AnyTagClassName
{
color: #813C0A;
}
</style>
background-color css
<style>
a { background-color: #813C0A; }
a { background-color: rgb(129,60,10); }
div.DivClassName
{
background-color: #813C0A;
}
.BgClassName
{
background-color: #813C0A;
}
</style>
border-color css
<style>
span { border-color: #813C0A; }
span { border-color: rgb(129,60,10); }
td.TdClassName
{
border-color: #813C0A;
}
.TagClassName
{
border-color: #813C0A;
}
</style>