Shades of Saddle Brown #812D0A
Tints of Saddle Brown #812D0A
RGB
CMYK
RGB Variations
Color information
#812D0A (or 0x812D0A) is known color: Saddle Brown. HEX triplet: 81, 2D and 0A. RGB value is (129,45,10). Sum of RGB (Red+Green+Blue) = 129+45+10=184 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.11% from 184); Green value is 45 (17.97% from 255 or 24.46% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 129 - color contains mainly: red. Hex color #812D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812D0A is #7ED2F5. Grayscale: #424242. Windows color (decimal): -8311542 or 667009. OLE color: 667009.
HSL color Cylindrical-coordinate representation of color #812D0A: hue angle of 17.65º 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 #812D0A is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 45 | 10 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.49 |
| HSL | 17.65º | 0.86% | 0.27% | - |
| HSV(B) | 17.65º | 0.92% | 0.51% | - |
| XYZ | 10.05 | 6.57 | 1.02 | - |
| YUV | 66.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 10 | 0 | 0.65 | 0.92 | 0.49 | 17.65 | 0.86 | 0.27 |
| Hex | 81 | 2D | A | 0 | 41 | 5C | 31 | 12 | 56 | 1B |
| Octal | 201 | 55 | 12 | 0 | 101 | 134 | 61 | 22 | 126 | 33 |
| Binary | 10000001 | 101101 | 1010 | 0 | 1000001 | 1011100 | 110001 | 10010 | 1010110 | 11011 |
Color Harmonies of #812D0A
Complementary color
Monochromatic Colors of #812D0A
Black with #812D0A
Text Example
Text Example
White with #812D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812D0A; }
p { color: rgb(129,45,10); }
H1.HeaderClassName
{
color: #812D0A;
}
.AnyTagClassName
{
color: #812D0A;
}
</style>
background-color css
<style>
a { background-color: #812D0A; }
a { background-color: rgb(129,45,10); }
div.DivClassName
{
background-color: #812D0A;
}
.BgClassName
{
background-color: #812D0A;
}
</style>
border-color css
<style>
span { border-color: #812D0A; }
span { border-color: rgb(129,45,10); }
td.TdClassName
{
border-color: #812D0A;
}
.TagClassName
{
border-color: #812D0A;
}
</style>