Shades of Saddle Brown #813F00
Tints of Saddle Brown #813F00
RGB
CMYK
RGB Variations
Color information
#813F00 (or 0x813F00) is known color: Saddle Brown. HEX triplet: 81, 3F and 00. RGB value is (129,63,0). Sum of RGB (Red+Green+Blue) = 129+63+0=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #813F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813F00 is #7EC0FF. Grayscale: #4B4B4B. Windows color (decimal): -8306944 or 16257. OLE color: 16257.
HSL color Cylindrical-coordinate representation of color #813F00: hue angle of 29.3º 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 #813F00 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 63 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.49 |
| HSL | 29.3º | 1% | 0.25% | - |
| HSV(B) | 29.3º | 1% | 0.51% | - |
| XYZ | 10.83 | 8.22 | 1.02 | - |
| YUV | 75.55 | 85.37 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 63 | 0 | 0 | 0.51 | 1 | 0.49 | 29.3 | 1 | 0.25 |
| Hex | 81 | 3F | 0 | 0 | 33 | 64 | 31 | 1D | 64 | 19 |
| Octal | 201 | 77 | 0 | 0 | 63 | 144 | 61 | 35 | 144 | 31 |
| Binary | 10000001 | 111111 | 0 | 0 | 110011 | 1100100 | 110001 | 11101 | 1100100 | 11001 |
Color Harmonies of #813F00
Complementary color
Monochromatic Colors of #813F00
Black with #813F00
Text Example
Text Example
White with #813F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813F00; }
p { color: rgb(129,63,0); }
H1.HeaderClassName
{
color: #813F00;
}
.AnyTagClassName
{
color: #813F00;
}
</style>
background-color css
<style>
a { background-color: #813F00; }
a { background-color: rgb(129,63,0); }
div.DivClassName
{
background-color: #813F00;
}
.BgClassName
{
background-color: #813F00;
}
</style>
border-color css
<style>
span { border-color: #813F00; }
span { border-color: rgb(129,63,0); }
td.TdClassName
{
border-color: #813F00;
}
.TagClassName
{
border-color: #813F00;
}
</style>