Shades of Saddle Brown #813C05
Tints of Saddle Brown #813C05
RGB
CMYK
RGB Variations
Color information
#813C05 (or 0x813C05) is known color: Saddle Brown. HEX triplet: 81, 3C and 05. RGB value is (129,60,5). Sum of RGB (Red+Green+Blue) = 129+60+5=194 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.49% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 129 - color contains mainly: red. Hex color #813C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813C05 is #7EC3FA. Grayscale: #4A4A4A. Windows color (decimal): -8307707 or 343169. OLE color: 343169.
HSL color Cylindrical-coordinate representation of color #813C05: hue angle of 26.61º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #813C05 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 60 | 5 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.49 |
| HSL | 26.61º | 0.93% | 0.26% | - |
| HSV(B) | 26.61º | 0.96% | 0.51% | - |
| XYZ | 10.7 | 7.91 | 1.11 | - |
| YUV | 74.36 | 88.86 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 60 | 5 | 0 | 0.53 | 0.96 | 0.49 | 26.61 | 0.93 | 0.26 |
| Hex | 81 | 3C | 5 | 0 | 35 | 60 | 31 | 1B | 5D | 1A |
| Octal | 201 | 74 | 5 | 0 | 65 | 140 | 61 | 33 | 135 | 32 |
| Binary | 10000001 | 111100 | 101 | 0 | 110101 | 1100000 | 110001 | 11011 | 1011101 | 11010 |
Color Harmonies of #813C05
Complementary color
Monochromatic Colors of #813C05
Black with #813C05
Text Example
Text Example
White with #813C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813C05; }
p { color: rgb(129,60,5); }
H1.HeaderClassName
{
color: #813C05;
}
.AnyTagClassName
{
color: #813C05;
}
</style>
background-color css
<style>
a { background-color: #813C05; }
a { background-color: rgb(129,60,5); }
div.DivClassName
{
background-color: #813C05;
}
.BgClassName
{
background-color: #813C05;
}
</style>
border-color css
<style>
span { border-color: #813C05; }
span { border-color: rgb(129,60,5); }
td.TdClassName
{
border-color: #813C05;
}
.TagClassName
{
border-color: #813C05;
}
</style>