Shades of Saddle Brown #813A0A
Tints of Saddle Brown #813A0A
RGB
CMYK
RGB Variations
Color information
#813A0A (or 0x813A0A) is known color: Saddle Brown. HEX triplet: 81, 3A and 0A. RGB value is (129,58,10). Sum of RGB (Red+Green+Blue) = 129+58+10=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 10 (4.30% from 255 or 5.08% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #813A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813A0A is #7EC5F5. Grayscale: #4A4A4A. Windows color (decimal): -8308214 or 670337. OLE color: 670337.
HSL color Cylindrical-coordinate representation of color #813A0A: hue angle of 24.2º 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 #813A0A is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 58 | 10 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.49 |
| HSL | 24.2º | 0.86% | 0.27% | - |
| HSV(B) | 24.2º | 0.92% | 0.51% | - |
| XYZ | 10.62 | 7.72 | 1.22 | - |
| YUV | 73.76 | 92.02 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 58 | 10 | 0 | 0.55 | 0.92 | 0.49 | 24.2 | 0.86 | 0.27 |
| Hex | 81 | 3A | A | 0 | 37 | 5C | 31 | 18 | 56 | 1B |
| Octal | 201 | 72 | 12 | 0 | 67 | 134 | 61 | 30 | 126 | 33 |
| Binary | 10000001 | 111010 | 1010 | 0 | 110111 | 1011100 | 110001 | 11000 | 1010110 | 11011 |
Color Harmonies of #813A0A
Complementary color
Monochromatic Colors of #813A0A
Black with #813A0A
Text Example
Text Example
White with #813A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813A0A; }
p { color: rgb(129,58,10); }
H1.HeaderClassName
{
color: #813A0A;
}
.AnyTagClassName
{
color: #813A0A;
}
</style>
background-color css
<style>
a { background-color: #813A0A; }
a { background-color: rgb(129,58,10); }
div.DivClassName
{
background-color: #813A0A;
}
.BgClassName
{
background-color: #813A0A;
}
</style>
border-color css
<style>
span { border-color: #813A0A; }
span { border-color: rgb(129,58,10); }
td.TdClassName
{
border-color: #813A0A;
}
.TagClassName
{
border-color: #813A0A;
}
</style>