Shades of Saddle Brown #813E03
Tints of Saddle Brown #813E03
RGB
CMYK
RGB Variations
Color information
#813E03 (or 0x813E03) is known color: Saddle Brown. HEX triplet: 81, 3E and 03. RGB value is (129,62,3). Sum of RGB (Red+Green+Blue) = 129+62+3=194 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.49% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 3 (1.56% from 255 or 1.55% from 194); Max value from RGB is 129 - color contains mainly: red. Hex color #813E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813E03 is #7EC1FC. Grayscale: #4B4B4B. Windows color (decimal): -8307197 or 212609. OLE color: 212609.
HSL color Cylindrical-coordinate representation of color #813E03: hue angle of 28.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 #813E03 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 62 | 3 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.49 |
| HSL | 28.1º | 0.95% | 0.26% | - |
| HSV(B) | 28.1º | 0.98% | 0.51% | - |
| XYZ | 10.79 | 8.12 | 1.08 | - |
| YUV | 75.31 | 87.2 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 62 | 3 | 0 | 0.52 | 0.98 | 0.49 | 28.1 | 0.95 | 0.26 |
| Hex | 81 | 3E | 3 | 0 | 34 | 62 | 31 | 1C | 5F | 1A |
| Octal | 201 | 76 | 3 | 0 | 64 | 142 | 61 | 34 | 137 | 32 |
| Binary | 10000001 | 111110 | 11 | 0 | 110100 | 1100010 | 110001 | 11100 | 1011111 | 11010 |
Color Harmonies of #813E03
Complementary color
Monochromatic Colors of #813E03
Black with #813E03
Text Example
Text Example
White with #813E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813E03; }
p { color: rgb(129,62,3); }
H1.HeaderClassName
{
color: #813E03;
}
.AnyTagClassName
{
color: #813E03;
}
</style>
background-color css
<style>
a { background-color: #813E03; }
a { background-color: rgb(129,62,3); }
div.DivClassName
{
background-color: #813E03;
}
.BgClassName
{
background-color: #813E03;
}
</style>
border-color css
<style>
span { border-color: #813E03; }
span { border-color: rgb(129,62,3); }
td.TdClassName
{
border-color: #813E03;
}
.TagClassName
{
border-color: #813E03;
}
</style>