Shades of Saddle Brown #812E03
Tints of Saddle Brown #812E03
RGB
CMYK
RGB Variations
Color information
#812E03 (or 0x812E03) is known color: Saddle Brown. HEX triplet: 81, 2E and 03. RGB value is (129,46,3). Sum of RGB (Red+Green+Blue) = 129+46+3=178 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.47% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 3 (1.56% from 255 or 1.69% from 178); Max value from RGB is 129 - color contains mainly: red. Hex color #812E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812E03 is #7ED1FC. Grayscale: #424242. Windows color (decimal): -8311293 or 208513. OLE color: 208513.
HSL color Cylindrical-coordinate representation of color #812E03: hue angle of 20.48º 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 #812E03 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 46 | 3 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.49 |
| HSL | 20.48º | 0.95% | 0.26% | - |
| HSV(B) | 20.48º | 0.98% | 0.51% | - |
| XYZ | 10.05 | 6.63 | 0.84 | - |
| YUV | 65.92 | 92.5 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 46 | 3 | 0 | 0.64 | 0.98 | 0.49 | 20.48 | 0.95 | 0.26 |
| Hex | 81 | 2E | 3 | 0 | 40 | 62 | 31 | 14 | 5F | 1A |
| Octal | 201 | 56 | 3 | 0 | 100 | 142 | 61 | 24 | 137 | 32 |
| Binary | 10000001 | 101110 | 11 | 0 | 1000000 | 1100010 | 110001 | 10100 | 1011111 | 11010 |
Color Harmonies of #812E03
Complementary color
Monochromatic Colors of #812E03
Black with #812E03
Text Example
Text Example
White with #812E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812E03; }
p { color: rgb(129,46,3); }
H1.HeaderClassName
{
color: #812E03;
}
.AnyTagClassName
{
color: #812E03;
}
</style>
background-color css
<style>
a { background-color: #812E03; }
a { background-color: rgb(129,46,3); }
div.DivClassName
{
background-color: #812E03;
}
.BgClassName
{
background-color: #812E03;
}
</style>
border-color css
<style>
span { border-color: #812E03; }
span { border-color: rgb(129,46,3); }
td.TdClassName
{
border-color: #812E03;
}
.TagClassName
{
border-color: #812E03;
}
</style>