Shades of Saddle Brown #812F0D
Tints of Saddle Brown #812F0D
RGB
CMYK
RGB Variations
Color information
#812F0D (or 0x812F0D) is known color: Saddle Brown. HEX triplet: 81, 2F and 0D. RGB value is (129,47,13). Sum of RGB (Red+Green+Blue) = 129+47+13=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 47 (18.75% from 255 or 24.87% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #812F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812F0D is #7ED0F2. Grayscale: #434343. Windows color (decimal): -8311027 or 864129. OLE color: 864129.
HSL color Cylindrical-coordinate representation of color #812F0D: hue angle of 17.59º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #812F0D is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 47 | 13 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.49 |
| HSL | 17.59º | 0.82% | 0.28% | - |
| HSV(B) | 17.59º | 0.9% | 0.51% | - |
| XYZ | 10.14 | 6.73 | 1.15 | - |
| YUV | 67.64 | 97.17 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 47 | 13 | 0 | 0.64 | 0.90 | 0.49 | 17.59 | 0.82 | 0.28 |
| Hex | 81 | 2F | D | 0 | 40 | 5A | 31 | 12 | 52 | 1C |
| Octal | 201 | 57 | 15 | 0 | 100 | 132 | 61 | 22 | 122 | 34 |
| Binary | 10000001 | 101111 | 1101 | 0 | 1000000 | 1011010 | 110001 | 10010 | 1010010 | 11100 |
Color Harmonies of #812F0D
Complementary color
Monochromatic Colors of #812F0D
Black with #812F0D
Text Example
Text Example
White with #812F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812F0D; }
p { color: rgb(129,47,13); }
H1.HeaderClassName
{
color: #812F0D;
}
.AnyTagClassName
{
color: #812F0D;
}
</style>
background-color css
<style>
a { background-color: #812F0D; }
a { background-color: rgb(129,47,13); }
div.DivClassName
{
background-color: #812F0D;
}
.BgClassName
{
background-color: #812F0D;
}
</style>
border-color css
<style>
span { border-color: #812F0D; }
span { border-color: rgb(129,47,13); }
td.TdClassName
{
border-color: #812F0D;
}
.TagClassName
{
border-color: #812F0D;
}
</style>