Shades of Saddle Brown #813F0D
Tints of Saddle Brown #813F0D
RGB
CMYK
RGB Variations
Color information
#813F0D (or 0x813F0D) is known color: Saddle Brown. HEX triplet: 81, 3F and 0D. RGB value is (129,63,13). Sum of RGB (Red+Green+Blue) = 129+63+13=205 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.93% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 129 - color contains mainly: red. Hex color #813F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813F0D is #7EC0F2. Grayscale: #4D4D4D. Windows color (decimal): -8306931 or 868225. OLE color: 868225.
HSL color Cylindrical-coordinate representation of color #813F0D: hue angle of 25.86º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #813F0D is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 63 | 13 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.49 |
| HSL | 25.86º | 0.82% | 0.28% | - |
| HSV(B) | 25.86º | 0.9% | 0.51% | - |
| XYZ | 10.9 | 8.25 | 1.4 | - |
| YUV | 77.03 | 91.87 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 63 | 13 | 0 | 0.51 | 0.90 | 0.49 | 25.86 | 0.82 | 0.28 |
| Hex | 81 | 3F | D | 0 | 33 | 5A | 31 | 1A | 52 | 1C |
| Octal | 201 | 77 | 15 | 0 | 63 | 132 | 61 | 32 | 122 | 34 |
| Binary | 10000001 | 111111 | 1101 | 0 | 110011 | 1011010 | 110001 | 11010 | 1010010 | 11100 |
Color Harmonies of #813F0D
Complementary color
Monochromatic Colors of #813F0D
Black with #813F0D
Text Example
Text Example
White with #813F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813F0D; }
p { color: rgb(129,63,13); }
H1.HeaderClassName
{
color: #813F0D;
}
.AnyTagClassName
{
color: #813F0D;
}
</style>
background-color css
<style>
a { background-color: #813F0D; }
a { background-color: rgb(129,63,13); }
div.DivClassName
{
background-color: #813F0D;
}
.BgClassName
{
background-color: #813F0D;
}
</style>
border-color css
<style>
span { border-color: #813F0D; }
span { border-color: rgb(129,63,13); }
td.TdClassName
{
border-color: #813F0D;
}
.TagClassName
{
border-color: #813F0D;
}
</style>