Shades of Saddle Brown #813A00
Tints of Saddle Brown #813A00
RGB
CMYK
RGB Variations
Color information
#813A00 (or 0x813A00) is known color: Saddle Brown. HEX triplet: 81, 3A and 00. RGB value is (129,58,0). Sum of RGB (Red+Green+Blue) = 129+58+0=187 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.98% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 129 - color contains mainly: red. Hex color #813A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813A00 is #7EC5FF. Grayscale: #484848. Windows color (decimal): -8308224 or 14977. OLE color: 14977.
HSL color Cylindrical-coordinate representation of color #813A00: hue angle of 26.98º 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 #813A00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 58 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.49 |
| HSL | 26.98º | 1% | 0.25% | - |
| HSV(B) | 26.98º | 1% | 0.51% | - |
| XYZ | 10.57 | 7.69 | 0.93 | - |
| YUV | 72.62 | 87.02 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 58 | 0 | 0 | 0.55 | 1 | 0.49 | 26.98 | 1 | 0.25 |
| Hex | 81 | 3A | 0 | 0 | 37 | 64 | 31 | 1B | 64 | 19 |
| Octal | 201 | 72 | 0 | 0 | 67 | 144 | 61 | 33 | 144 | 31 |
| Binary | 10000001 | 111010 | 0 | 0 | 110111 | 1100100 | 110001 | 11011 | 1100100 | 11001 |
Color Harmonies of #813A00
Complementary color
Monochromatic Colors of #813A00
Black with #813A00
Text Example
Text Example
White with #813A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813A00; }
p { color: rgb(129,58,0); }
H1.HeaderClassName
{
color: #813A00;
}
.AnyTagClassName
{
color: #813A00;
}
</style>
background-color css
<style>
a { background-color: #813A00; }
a { background-color: rgb(129,58,0); }
div.DivClassName
{
background-color: #813A00;
}
.BgClassName
{
background-color: #813A00;
}
</style>
border-color css
<style>
span { border-color: #813A00; }
span { border-color: rgb(129,58,0); }
td.TdClassName
{
border-color: #813A00;
}
.TagClassName
{
border-color: #813A00;
}
</style>