Shades of Saddle Brown #813100
Tints of Saddle Brown #813100
RGB
CMYK
RGB Variations
Color information
#813100 (or 0x813100) is known color: Saddle Brown. HEX triplet: 81, 31 and 00. RGB value is (129,49,0). Sum of RGB (Red+Green+Blue) = 129+49+0=178 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.47% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 129 - color contains mainly: red. Hex color #813100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813100 is #7ECEFF. Grayscale: #434343. Windows color (decimal): -8310528 or 12673. OLE color: 12673.
HSL color Cylindrical-coordinate representation of color #813100: hue angle of 22.79º 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 #813100 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 49 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.49 |
| HSL | 22.79º | 1% | 0.25% | - |
| HSV(B) | 22.79º | 1% | 0.51% | - |
| XYZ | 10.15 | 6.86 | 0.79 | - |
| YUV | 67.33 | 90 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 49 | 0 | 0 | 0.62 | 1 | 0.49 | 22.79 | 1 | 0.25 |
| Hex | 81 | 31 | 0 | 0 | 3E | 64 | 31 | 17 | 64 | 19 |
| Octal | 201 | 61 | 0 | 0 | 76 | 144 | 61 | 27 | 144 | 31 |
| Binary | 10000001 | 110001 | 0 | 0 | 111110 | 1100100 | 110001 | 10111 | 1100100 | 11001 |
Color Harmonies of #813100
Complementary color
Monochromatic Colors of #813100
Black with #813100
Text Example
Text Example
White with #813100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813100; }
p { color: rgb(129,49,0); }
H1.HeaderClassName
{
color: #813100;
}
.AnyTagClassName
{
color: #813100;
}
</style>
background-color css
<style>
a { background-color: #813100; }
a { background-color: rgb(129,49,0); }
div.DivClassName
{
background-color: #813100;
}
.BgClassName
{
background-color: #813100;
}
</style>
border-color css
<style>
span { border-color: #813100; }
span { border-color: rgb(129,49,0); }
td.TdClassName
{
border-color: #813100;
}
.TagClassName
{
border-color: #813100;
}
</style>