Shades of Saddle Brown #813600
Tints of Saddle Brown #813600
RGB
CMYK
RGB Variations
Color information
#813600 (or 0x813600) is known color: Saddle Brown. HEX triplet: 81, 36 and 00. RGB value is (129,54,0). Sum of RGB (Red+Green+Blue) = 129+54+0=183 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.49% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 129 - color contains mainly: red. Hex color #813600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813600 is #7EC9FF. Grayscale: #464646. Windows color (decimal): -8309248 or 13953. OLE color: 13953.
HSL color Cylindrical-coordinate representation of color #813600: hue angle of 25.12º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #813600 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 54 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.49 |
| HSL | 25.12º | 1% | 0.25% | - |
| HSV(B) | 25.12º | 1% | 0.51% | - |
| XYZ | 10.37 | 7.31 | 0.86 | - |
| YUV | 70.27 | 88.35 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 54 | 0 | 0 | 0.58 | 1 | 0.49 | 25.12 | 1 | 0.25 |
| Hex | 81 | 36 | 0 | 0 | 3A | 64 | 31 | 19 | 64 | 19 |
| Octal | 201 | 66 | 0 | 0 | 72 | 144 | 61 | 31 | 144 | 31 |
| Binary | 10000001 | 110110 | 0 | 0 | 111010 | 1100100 | 110001 | 11001 | 1100100 | 11001 |
Color Harmonies of #813600
Complementary color
Monochromatic Colors of #813600
Black with #813600
Text Example
Text Example
White with #813600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813600; }
p { color: rgb(129,54,0); }
H1.HeaderClassName
{
color: #813600;
}
.AnyTagClassName
{
color: #813600;
}
</style>
background-color css
<style>
a { background-color: #813600; }
a { background-color: rgb(129,54,0); }
div.DivClassName
{
background-color: #813600;
}
.BgClassName
{
background-color: #813600;
}
</style>
border-color css
<style>
span { border-color: #813600; }
span { border-color: rgb(129,54,0); }
td.TdClassName
{
border-color: #813600;
}
.TagClassName
{
border-color: #813600;
}
</style>