Shades of Saddle Brown #813201
Tints of Saddle Brown #813201
RGB
CMYK
RGB Variations
Color information
#813201 (or 0x813201) is known color: Saddle Brown. HEX triplet: 81, 32 and 01. RGB value is (129,50,1). Sum of RGB (Red+Green+Blue) = 129+50+1=180 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.67% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 129 - color contains mainly: red. Hex color #813201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813201 is #7ECDFE. Grayscale: #444444. Windows color (decimal): -8310271 or 78465. OLE color: 78465.
HSL color Cylindrical-coordinate representation of color #813201: hue angle of 22.97º 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 #813201 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 50 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.49 |
| HSL | 22.97º | 0.98% | 0.25% | - |
| HSV(B) | 22.97º | 0.99% | 0.51% | - |
| XYZ | 10.2 | 6.95 | 0.83 | - |
| YUV | 68.04 | 90.17 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 50 | 1 | 0 | 0.61 | 0.99 | 0.49 | 22.97 | 0.98 | 0.25 |
| Hex | 81 | 32 | 1 | 0 | 3D | 63 | 31 | 17 | 62 | 19 |
| Octal | 201 | 62 | 1 | 0 | 75 | 143 | 61 | 27 | 142 | 31 |
| Binary | 10000001 | 110010 | 1 | 0 | 111101 | 1100011 | 110001 | 10111 | 1100010 | 11001 |
Color Harmonies of #813201
Complementary color
Monochromatic Colors of #813201
Black with #813201
Text Example
Text Example
White with #813201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813201; }
p { color: rgb(129,50,1); }
H1.HeaderClassName
{
color: #813201;
}
.AnyTagClassName
{
color: #813201;
}
</style>
background-color css
<style>
a { background-color: #813201; }
a { background-color: rgb(129,50,1); }
div.DivClassName
{
background-color: #813201;
}
.BgClassName
{
background-color: #813201;
}
</style>
border-color css
<style>
span { border-color: #813201; }
span { border-color: rgb(129,50,1); }
td.TdClassName
{
border-color: #813201;
}
.TagClassName
{
border-color: #813201;
}
</style>