Shades of Saddle Brown #813C03
Tints of Saddle Brown #813C03
RGB
CMYK
RGB Variations
Color information
#813C03 (or 0x813C03) is known color: Saddle Brown. HEX triplet: 81, 3C and 03. RGB value is (129,60,3). Sum of RGB (Red+Green+Blue) = 129+60+3=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #813C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813C03 is #7EC3FC. Grayscale: #4A4A4A. Windows color (decimal): -8307709 or 212097. OLE color: 212097.
HSL color Cylindrical-coordinate representation of color #813C03: hue angle of 27.14º 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 #813C03 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 60 | 3 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.49 |
| HSL | 27.14º | 0.95% | 0.26% | - |
| HSV(B) | 27.14º | 0.98% | 0.51% | - |
| XYZ | 10.69 | 7.91 | 1.05 | - |
| YUV | 74.13 | 87.86 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 60 | 3 | 0 | 0.53 | 0.98 | 0.49 | 27.14 | 0.95 | 0.26 |
| Hex | 81 | 3C | 3 | 0 | 35 | 62 | 31 | 1B | 5F | 1A |
| Octal | 201 | 74 | 3 | 0 | 65 | 142 | 61 | 33 | 137 | 32 |
| Binary | 10000001 | 111100 | 11 | 0 | 110101 | 1100010 | 110001 | 11011 | 1011111 | 11010 |
Color Harmonies of #813C03
Complementary color
Monochromatic Colors of #813C03
Black with #813C03
Text Example
Text Example
White with #813C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813C03; }
p { color: rgb(129,60,3); }
H1.HeaderClassName
{
color: #813C03;
}
.AnyTagClassName
{
color: #813C03;
}
</style>
background-color css
<style>
a { background-color: #813C03; }
a { background-color: rgb(129,60,3); }
div.DivClassName
{
background-color: #813C03;
}
.BgClassName
{
background-color: #813C03;
}
</style>
border-color css
<style>
span { border-color: #813C03; }
span { border-color: rgb(129,60,3); }
td.TdClassName
{
border-color: #813C03;
}
.TagClassName
{
border-color: #813C03;
}
</style>