Shades of Saddle Brown #812D08
Tints of Saddle Brown #812D08
RGB
CMYK
RGB Variations
Color information
#812D08 (or 0x812D08) is known color: Saddle Brown. HEX triplet: 81, 2D and 08. RGB value is (129,45,8). Sum of RGB (Red+Green+Blue) = 129+45+8=182 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.88% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 129 - color contains mainly: red. Hex color #812D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812D08 is #7ED2F7. Grayscale: #424242. Windows color (decimal): -8311544 or 535937. OLE color: 535937.
HSL color Cylindrical-coordinate representation of color #812D08: hue angle of 18.35º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #812D08 is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 45 | 8 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.49 |
| HSL | 18.35º | 0.88% | 0.27% | - |
| HSV(B) | 18.35º | 0.94% | 0.51% | - |
| XYZ | 10.04 | 6.56 | 0.97 | - |
| YUV | 65.9 | 95.33 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 8 | 0 | 0.65 | 0.94 | 0.49 | 18.35 | 0.88 | 0.27 |
| Hex | 81 | 2D | 8 | 0 | 41 | 5E | 31 | 12 | 58 | 1B |
| Octal | 201 | 55 | 10 | 0 | 101 | 136 | 61 | 22 | 130 | 33 |
| Binary | 10000001 | 101101 | 1000 | 0 | 1000001 | 1011110 | 110001 | 10010 | 1011000 | 11011 |
Color Harmonies of #812D08
Complementary color
Monochromatic Colors of #812D08
Black with #812D08
Text Example
Text Example
White with #812D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812D08; }
p { color: rgb(129,45,8); }
H1.HeaderClassName
{
color: #812D08;
}
.AnyTagClassName
{
color: #812D08;
}
</style>
background-color css
<style>
a { background-color: #812D08; }
a { background-color: rgb(129,45,8); }
div.DivClassName
{
background-color: #812D08;
}
.BgClassName
{
background-color: #812D08;
}
</style>
border-color css
<style>
span { border-color: #812D08; }
span { border-color: rgb(129,45,8); }
td.TdClassName
{
border-color: #812D08;
}
.TagClassName
{
border-color: #812D08;
}
</style>