Shades of Saddle Brown #813F10
Tints of Saddle Brown #813F10
RGB
CMYK
RGB Variations
Color information
#813F10 (or 0x813F10) is known color: Saddle Brown. HEX triplet: 81, 3F and 10. RGB value is (129,63,16). Sum of RGB (Red+Green+Blue) = 129+63+16=208 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.02% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 129 - color contains mainly: red. Hex color #813F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813F10 is #7EC0EF. Grayscale: #4D4D4D. Windows color (decimal): -8306928 or 1064833. OLE color: 1064833.
HSL color Cylindrical-coordinate representation of color #813F10: hue angle of 24.96º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #813F10 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 63 | 16 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.49 |
| HSL | 24.96º | 0.78% | 0.28% | - |
| HSV(B) | 24.96º | 0.88% | 0.51% | - |
| XYZ | 10.92 | 8.26 | 1.51 | - |
| YUV | 77.38 | 93.37 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 63 | 16 | 0 | 0.51 | 0.88 | 0.49 | 24.96 | 0.78 | 0.28 |
| Hex | 81 | 3F | 10 | 0 | 33 | 58 | 31 | 19 | 4E | 1C |
| Octal | 201 | 77 | 20 | 0 | 63 | 130 | 61 | 31 | 116 | 34 |
| Binary | 10000001 | 111111 | 10000 | 0 | 110011 | 1011000 | 110001 | 11001 | 1001110 | 11100 |
Color Harmonies of #813F10
Complementary color
Monochromatic Colors of #813F10
Black with #813F10
Text Example
Text Example
White with #813F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813F10; }
p { color: rgb(129,63,16); }
H1.HeaderClassName
{
color: #813F10;
}
.AnyTagClassName
{
color: #813F10;
}
</style>
background-color css
<style>
a { background-color: #813F10; }
a { background-color: rgb(129,63,16); }
div.DivClassName
{
background-color: #813F10;
}
.BgClassName
{
background-color: #813F10;
}
</style>
border-color css
<style>
span { border-color: #813F10; }
span { border-color: rgb(129,63,16); }
td.TdClassName
{
border-color: #813F10;
}
.TagClassName
{
border-color: #813F10;
}
</style>