Shades of Saddle Brown #813C00
Tints of Saddle Brown #813C00
RGB
CMYK
RGB Variations
Color information
#813C00 (or 0x813C00) is known color: Saddle Brown. HEX triplet: 81, 3C and 00. RGB value is (129,60,0). Sum of RGB (Red+Green+Blue) = 129+60+0=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #813C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813C00 is #7EC3FF. Grayscale: #4A4A4A. Windows color (decimal): -8307712 or 15489. OLE color: 15489.
HSL color Cylindrical-coordinate representation of color #813C00: hue angle of 27.91º 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 #813C00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 60 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.49 |
| HSL | 27.91º | 1% | 0.25% | - |
| HSV(B) | 27.91º | 1% | 0.51% | - |
| XYZ | 10.67 | 7.9 | 0.96 | - |
| YUV | 73.79 | 86.36 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 60 | 0 | 0 | 0.53 | 1 | 0.49 | 27.91 | 1 | 0.25 |
| Hex | 81 | 3C | 0 | 0 | 35 | 64 | 31 | 1C | 64 | 19 |
| Octal | 201 | 74 | 0 | 0 | 65 | 144 | 61 | 34 | 144 | 31 |
| Binary | 10000001 | 111100 | 0 | 0 | 110101 | 1100100 | 110001 | 11100 | 1100100 | 11001 |
Color Harmonies of #813C00
Complementary color
Monochromatic Colors of #813C00
Black with #813C00
Text Example
Text Example
White with #813C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813C00; }
p { color: rgb(129,60,0); }
H1.HeaderClassName
{
color: #813C00;
}
.AnyTagClassName
{
color: #813C00;
}
</style>
background-color css
<style>
a { background-color: #813C00; }
a { background-color: rgb(129,60,0); }
div.DivClassName
{
background-color: #813C00;
}
.BgClassName
{
background-color: #813C00;
}
</style>
border-color css
<style>
span { border-color: #813C00; }
span { border-color: rgb(129,60,0); }
td.TdClassName
{
border-color: #813C00;
}
.TagClassName
{
border-color: #813C00;
}
</style>