Shades of Saddle Brown #812903
Tints of Saddle Brown #812903
RGB
CMYK
RGB Variations
Color information
#812903 (or 0x812903) is known color: Saddle Brown. HEX triplet: 81, 29 and 03. RGB value is (129,41,3). Sum of RGB (Red+Green+Blue) = 129+41+3=173 (22% of max value = 765). Red value is 129 (50.78% from 255 or 74.57% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 129 - color contains mainly: red. Hex color #812903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812903 is #7ED6FC. Grayscale: #3F3F3F. Windows color (decimal): -8312573 or 207233. OLE color: 207233.
HSL color Cylindrical-coordinate representation of color #812903: hue angle of 18.1º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #812903 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 41 | 3 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.49 |
| HSL | 18.1º | 0.95% | 0.26% | - |
| HSV(B) | 18.1º | 0.98% | 0.51% | - |
| XYZ | 9.86 | 6.26 | 0.77 | - |
| YUV | 62.98 | 94.15 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 41 | 3 | 0 | 0.68 | 0.98 | 0.49 | 18.1 | 0.95 | 0.26 |
| Hex | 81 | 29 | 3 | 0 | 44 | 62 | 31 | 12 | 5F | 1A |
| Octal | 201 | 51 | 3 | 0 | 104 | 142 | 61 | 22 | 137 | 32 |
| Binary | 10000001 | 101001 | 11 | 0 | 1000100 | 1100010 | 110001 | 10010 | 1011111 | 11010 |
Color Harmonies of #812903
Complementary color
Monochromatic Colors of #812903
Black with #812903
Text Example
Text Example
White with #812903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812903; }
p { color: rgb(129,41,3); }
H1.HeaderClassName
{
color: #812903;
}
.AnyTagClassName
{
color: #812903;
}
</style>
background-color css
<style>
a { background-color: #812903; }
a { background-color: rgb(129,41,3); }
div.DivClassName
{
background-color: #812903;
}
.BgClassName
{
background-color: #812903;
}
</style>
border-color css
<style>
span { border-color: #812903; }
span { border-color: rgb(129,41,3); }
td.TdClassName
{
border-color: #812903;
}
.TagClassName
{
border-color: #812903;
}
</style>