Shades of Saddle Brown #813501
Tints of Saddle Brown #813501
RGB
CMYK
RGB Variations
Color information
#813501 (or 0x813501) is known color: Saddle Brown. HEX triplet: 81, 35 and 01. RGB value is (129,53,1). Sum of RGB (Red+Green+Blue) = 129+53+1=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #813501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813501 is #7ECAFE. Grayscale: #464646. Windows color (decimal): -8309503 or 79233. OLE color: 79233.
HSL color Cylindrical-coordinate representation of color #813501: hue angle of 24.38º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #813501 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 53 | 1 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.49 |
| HSL | 24.38º | 0.98% | 0.25% | - |
| HSV(B) | 24.38º | 0.99% | 0.51% | - |
| XYZ | 10.33 | 7.22 | 0.88 | - |
| YUV | 69.8 | 89.18 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 53 | 1 | 0 | 0.59 | 0.99 | 0.49 | 24.38 | 0.98 | 0.25 |
| Hex | 81 | 35 | 1 | 0 | 3B | 63 | 31 | 18 | 62 | 19 |
| Octal | 201 | 65 | 1 | 0 | 73 | 143 | 61 | 30 | 142 | 31 |
| Binary | 10000001 | 110101 | 1 | 0 | 111011 | 1100011 | 110001 | 11000 | 1100010 | 11001 |
Color Harmonies of #813501
Complementary color
Monochromatic Colors of #813501
Black with #813501
Text Example
Text Example
White with #813501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813501; }
p { color: rgb(129,53,1); }
H1.HeaderClassName
{
color: #813501;
}
.AnyTagClassName
{
color: #813501;
}
</style>
background-color css
<style>
a { background-color: #813501; }
a { background-color: rgb(129,53,1); }
div.DivClassName
{
background-color: #813501;
}
.BgClassName
{
background-color: #813501;
}
</style>
border-color css
<style>
span { border-color: #813501; }
span { border-color: rgb(129,53,1); }
td.TdClassName
{
border-color: #813501;
}
.TagClassName
{
border-color: #813501;
}
</style>