Shades of Saddle Brown #812F0B
Tints of Saddle Brown #812F0B
RGB
CMYK
RGB Variations
Color information
#812F0B (or 0x812F0B) is known color: Saddle Brown. HEX triplet: 81, 2F and 0B. RGB value is (129,47,11). Sum of RGB (Red+Green+Blue) = 129+47+11=187 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.98% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 129 - color contains mainly: red. Hex color #812F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812F0B is #7ED0F4. Grayscale: #434343. Windows color (decimal): -8311029 or 733057. OLE color: 733057.
HSL color Cylindrical-coordinate representation of color #812F0B: hue angle of 18.31º 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 #812F0B is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 47 | 11 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.49 |
| HSL | 18.31º | 0.84% | 0.27% | - |
| HSV(B) | 18.31º | 0.91% | 0.51% | - |
| XYZ | 10.13 | 6.72 | 1.08 | - |
| YUV | 67.41 | 96.17 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 47 | 11 | 0 | 0.64 | 0.91 | 0.49 | 18.31 | 0.84 | 0.27 |
| Hex | 81 | 2F | B | 0 | 40 | 5B | 31 | 12 | 54 | 1B |
| Octal | 201 | 57 | 13 | 0 | 100 | 133 | 61 | 22 | 124 | 33 |
| Binary | 10000001 | 101111 | 1011 | 0 | 1000000 | 1011011 | 110001 | 10010 | 1010100 | 11011 |
Color Harmonies of #812F0B
Complementary color
Monochromatic Colors of #812F0B
Black with #812F0B
Text Example
Text Example
White with #812F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812F0B; }
p { color: rgb(129,47,11); }
H1.HeaderClassName
{
color: #812F0B;
}
.AnyTagClassName
{
color: #812F0B;
}
</style>
background-color css
<style>
a { background-color: #812F0B; }
a { background-color: rgb(129,47,11); }
div.DivClassName
{
background-color: #812F0B;
}
.BgClassName
{
background-color: #812F0B;
}
</style>
border-color css
<style>
span { border-color: #812F0B; }
span { border-color: rgb(129,47,11); }
td.TdClassName
{
border-color: #812F0B;
}
.TagClassName
{
border-color: #812F0B;
}
</style>