Shades of Saddle Brown #813706
Tints of Saddle Brown #813706
RGB
CMYK
RGB Variations
Color information
#813706 (or 0x813706) is known color: Saddle Brown. HEX triplet: 81, 37 and 06. RGB value is (129,55,6). Sum of RGB (Red+Green+Blue) = 129+55+6=190 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.89% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 129 - color contains mainly: red. Hex color #813706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813706 is #7EC8F9. Grayscale: #474747. Windows color (decimal): -8308986 or 407425. OLE color: 407425.
HSL color Cylindrical-coordinate representation of color #813706: hue angle of 23.9º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #813706 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 55 | 6 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.49 |
| HSL | 23.9º | 0.91% | 0.26% | - |
| HSV(B) | 23.9º | 0.95% | 0.51% | - |
| XYZ | 10.45 | 7.41 | 1.05 | - |
| YUV | 71.54 | 91.02 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 55 | 6 | 0 | 0.57 | 0.95 | 0.49 | 23.9 | 0.91 | 0.26 |
| Hex | 81 | 37 | 6 | 0 | 39 | 5F | 31 | 18 | 5B | 1A |
| Octal | 201 | 67 | 6 | 0 | 71 | 137 | 61 | 30 | 133 | 32 |
| Binary | 10000001 | 110111 | 110 | 0 | 111001 | 1011111 | 110001 | 11000 | 1011011 | 11010 |
Color Harmonies of #813706
Complementary color
Monochromatic Colors of #813706
Black with #813706
Text Example
Text Example
White with #813706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813706; }
p { color: rgb(129,55,6); }
H1.HeaderClassName
{
color: #813706;
}
.AnyTagClassName
{
color: #813706;
}
</style>
background-color css
<style>
a { background-color: #813706; }
a { background-color: rgb(129,55,6); }
div.DivClassName
{
background-color: #813706;
}
.BgClassName
{
background-color: #813706;
}
</style>
border-color css
<style>
span { border-color: #813706; }
span { border-color: rgb(129,55,6); }
td.TdClassName
{
border-color: #813706;
}
.TagClassName
{
border-color: #813706;
}
</style>