Shades of Saddle Brown #813A12
Tints of Saddle Brown #813A12
RGB
CMYK
RGB Variations
Color information
#813A12 (or 0x813A12) is known color: Saddle Brown. HEX triplet: 81, 3A and 12. RGB value is (129,58,18). Sum of RGB (Red+Green+Blue) = 129+58+18=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #813A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813A12 is #7EC5ED. Grayscale: #4A4A4A. Windows color (decimal): -8308206 or 1194625. OLE color: 1194625.
HSL color Cylindrical-coordinate representation of color #813A12: hue angle of 21.62º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #813A12 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 58 | 18 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.49 |
| HSL | 21.62º | 0.76% | 0.29% | - |
| HSV(B) | 21.62º | 0.86% | 0.51% | - |
| XYZ | 10.68 | 7.74 | 1.5 | - |
| YUV | 74.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 58 | 18 | 0 | 0.55 | 0.86 | 0.49 | 21.62 | 0.76 | 0.29 |
| Hex | 81 | 3A | 12 | 0 | 37 | 56 | 31 | 16 | 4C | 1D |
| Octal | 201 | 72 | 22 | 0 | 67 | 126 | 61 | 26 | 114 | 35 |
| Binary | 10000001 | 111010 | 10010 | 0 | 110111 | 1010110 | 110001 | 10110 | 1001100 | 11101 |
Color Harmonies of #813A12
Complementary color
Monochromatic Colors of #813A12
Black with #813A12
Text Example
Text Example
White with #813A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813A12; }
p { color: rgb(129,58,18); }
H1.HeaderClassName
{
color: #813A12;
}
.AnyTagClassName
{
color: #813A12;
}
</style>
background-color css
<style>
a { background-color: #813A12; }
a { background-color: rgb(129,58,18); }
div.DivClassName
{
background-color: #813A12;
}
.BgClassName
{
background-color: #813A12;
}
</style>
border-color css
<style>
span { border-color: #813A12; }
span { border-color: rgb(129,58,18); }
td.TdClassName
{
border-color: #813A12;
}
.TagClassName
{
border-color: #813A12;
}
</style>