Shades of Saddle Brown #813F0B
Tints of Saddle Brown #813F0B
RGB
CMYK
RGB Variations
Color information
#813F0B (or 0x813F0B) is known color: Saddle Brown. HEX triplet: 81, 3F and 0B. RGB value is (129,63,11). Sum of RGB (Red+Green+Blue) = 129+63+11=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #813F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813F0B is #7EC0F4. Grayscale: #4D4D4D. Windows color (decimal): -8306933 or 737153. OLE color: 737153.
HSL color Cylindrical-coordinate representation of color #813F0B: hue angle of 26.44º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #813F0B is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 63 | 11 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.49 |
| HSL | 26.44º | 0.84% | 0.27% | - |
| HSV(B) | 26.44º | 0.91% | 0.51% | - |
| XYZ | 10.89 | 8.25 | 1.33 | - |
| YUV | 76.81 | 90.87 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 63 | 11 | 0 | 0.51 | 0.91 | 0.49 | 26.44 | 0.84 | 0.27 |
| Hex | 81 | 3F | B | 0 | 33 | 5B | 31 | 1A | 54 | 1B |
| Octal | 201 | 77 | 13 | 0 | 63 | 133 | 61 | 32 | 124 | 33 |
| Binary | 10000001 | 111111 | 1011 | 0 | 110011 | 1011011 | 110001 | 11010 | 1010100 | 11011 |
Color Harmonies of #813F0B
Complementary color
Monochromatic Colors of #813F0B
Black with #813F0B
Text Example
Text Example
White with #813F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813F0B; }
p { color: rgb(129,63,11); }
H1.HeaderClassName
{
color: #813F0B;
}
.AnyTagClassName
{
color: #813F0B;
}
</style>
background-color css
<style>
a { background-color: #813F0B; }
a { background-color: rgb(129,63,11); }
div.DivClassName
{
background-color: #813F0B;
}
.BgClassName
{
background-color: #813F0B;
}
</style>
border-color css
<style>
span { border-color: #813F0B; }
span { border-color: rgb(129,63,11); }
td.TdClassName
{
border-color: #813F0B;
}
.TagClassName
{
border-color: #813F0B;
}
</style>