Shades of Saddle Brown #812D0B
Tints of Saddle Brown #812D0B
RGB
CMYK
RGB Variations
Color information
#812D0B (or 0x812D0B) is known color: Saddle Brown. HEX triplet: 81, 2D and 0B. RGB value is (129,45,11). Sum of RGB (Red+Green+Blue) = 129+45+11=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #812D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812D0B is #7ED2F4. Grayscale: #424242. Windows color (decimal): -8311541 or 732545. OLE color: 732545.
HSL color Cylindrical-coordinate representation of color #812D0B: hue angle of 17.29º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #812D0B is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 45 | 11 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.49 |
| HSL | 17.29º | 0.84% | 0.27% | - |
| HSV(B) | 17.29º | 0.91% | 0.51% | - |
| XYZ | 10.05 | 6.57 | 1.05 | - |
| YUV | 66.24 | 96.83 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 11 | 0 | 0.65 | 0.91 | 0.49 | 17.29 | 0.84 | 0.27 |
| Hex | 81 | 2D | B | 0 | 41 | 5B | 31 | 11 | 54 | 1B |
| Octal | 201 | 55 | 13 | 0 | 101 | 133 | 61 | 21 | 124 | 33 |
| Binary | 10000001 | 101101 | 1011 | 0 | 1000001 | 1011011 | 110001 | 10001 | 1010100 | 11011 |
Color Harmonies of #812D0B
Complementary color
Monochromatic Colors of #812D0B
Black with #812D0B
Text Example
Text Example
White with #812D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812D0B; }
p { color: rgb(129,45,11); }
H1.HeaderClassName
{
color: #812D0B;
}
.AnyTagClassName
{
color: #812D0B;
}
</style>
background-color css
<style>
a { background-color: #812D0B; }
a { background-color: rgb(129,45,11); }
div.DivClassName
{
background-color: #812D0B;
}
.BgClassName
{
background-color: #812D0B;
}
</style>
border-color css
<style>
span { border-color: #812D0B; }
span { border-color: rgb(129,45,11); }
td.TdClassName
{
border-color: #812D0B;
}
.TagClassName
{
border-color: #812D0B;
}
</style>