Shades of Saddle Brown #812D09
Tints of Saddle Brown #812D09
RGB
CMYK
RGB Variations
Color information
#812D09 (or 0x812D09) is known color: Saddle Brown. HEX triplet: 81, 2D and 09. RGB value is (129,45,9). Sum of RGB (Red+Green+Blue) = 129+45+9=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 45 (17.97% from 255 or 24.59% from 183); Blue value is 9 (3.91% from 255 or 4.92% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #812D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812D09 is #7ED2F6. Grayscale: #424242. Windows color (decimal): -8311543 or 601473. OLE color: 601473.
HSL color Cylindrical-coordinate representation of color #812D09: hue angle of 18º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #812D09 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 45 | 9 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.49 |
| HSL | 18º | 0.87% | 0.27% | - |
| HSV(B) | 18º | 0.93% | 0.51% | - |
| XYZ | 10.04 | 6.56 | 1 | - |
| YUV | 66.01 | 95.83 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 9 | 0 | 0.65 | 0.93 | 0.49 | 18 | 0.87 | 0.27 |
| Hex | 81 | 2D | 9 | 0 | 41 | 5D | 31 | 12 | 57 | 1B |
| Octal | 201 | 55 | 11 | 0 | 101 | 135 | 61 | 22 | 127 | 33 |
| Binary | 10000001 | 101101 | 1001 | 0 | 1000001 | 1011101 | 110001 | 10010 | 1010111 | 11011 |
Color Harmonies of #812D09
Complementary color
Monochromatic Colors of #812D09
Black with #812D09
Text Example
Text Example
White with #812D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812D09; }
p { color: rgb(129,45,9); }
H1.HeaderClassName
{
color: #812D09;
}
.AnyTagClassName
{
color: #812D09;
}
</style>
background-color css
<style>
a { background-color: #812D09; }
a { background-color: rgb(129,45,9); }
div.DivClassName
{
background-color: #812D09;
}
.BgClassName
{
background-color: #812D09;
}
</style>
border-color css
<style>
span { border-color: #812D09; }
span { border-color: rgb(129,45,9); }
td.TdClassName
{
border-color: #812D09;
}
.TagClassName
{
border-color: #812D09;
}
</style>