Shades of Saddle Brown #812E0A
Tints of Saddle Brown #812E0A
RGB
CMYK
RGB Variations
Color information
#812E0A (or 0x812E0A) is known color: Saddle Brown. HEX triplet: 81, 2E and 0A. RGB value is (129,46,10). Sum of RGB (Red+Green+Blue) = 129+46+10=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 10 (4.30% from 255 or 5.41% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #812E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812E0A is #7ED1F5. Grayscale: #424242. Windows color (decimal): -8311286 or 667265. OLE color: 667265.
HSL color Cylindrical-coordinate representation of color #812E0A: hue angle of 18.15º 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 #812E0A is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 46 | 10 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.49 |
| HSL | 18.15º | 0.86% | 0.27% | - |
| HSV(B) | 18.15º | 0.92% | 0.51% | - |
| XYZ | 10.09 | 6.64 | 1.04 | - |
| YUV | 66.71 | 96 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 46 | 10 | 0 | 0.64 | 0.92 | 0.49 | 18.15 | 0.86 | 0.27 |
| Hex | 81 | 2E | A | 0 | 40 | 5C | 31 | 12 | 56 | 1B |
| Octal | 201 | 56 | 12 | 0 | 100 | 134 | 61 | 22 | 126 | 33 |
| Binary | 10000001 | 101110 | 1010 | 0 | 1000000 | 1011100 | 110001 | 10010 | 1010110 | 11011 |
Color Harmonies of #812E0A
Complementary color
Monochromatic Colors of #812E0A
Black with #812E0A
Text Example
Text Example
White with #812E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812E0A; }
p { color: rgb(129,46,10); }
H1.HeaderClassName
{
color: #812E0A;
}
.AnyTagClassName
{
color: #812E0A;
}
</style>
background-color css
<style>
a { background-color: #812E0A; }
a { background-color: rgb(129,46,10); }
div.DivClassName
{
background-color: #812E0A;
}
.BgClassName
{
background-color: #812E0A;
}
</style>
border-color css
<style>
span { border-color: #812E0A; }
span { border-color: rgb(129,46,10); }
td.TdClassName
{
border-color: #812E0A;
}
.TagClassName
{
border-color: #812E0A;
}
</style>