Shades of Saddle Brown #813702
Tints of Saddle Brown #813702
RGB
CMYK
RGB Variations
Color information
#813702 (or 0x813702) is known color: Saddle Brown. HEX triplet: 81, 37 and 02. RGB value is (129,55,2). Sum of RGB (Red+Green+Blue) = 129+55+2=186 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.35% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 2 (1.17% from 255 or 1.08% from 186); Max value from RGB is 129 - color contains mainly: red. Hex color #813702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813702 is #7EC8FD. Grayscale: #474747. Windows color (decimal): -8308990 or 145281. OLE color: 145281.
HSL color Cylindrical-coordinate representation of color #813702: hue angle of 25.04º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #813702 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 55 | 2 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.49 |
| HSL | 25.04º | 0.97% | 0.26% | - |
| HSV(B) | 25.04º | 0.98% | 0.51% | - |
| XYZ | 10.43 | 7.4 | 0.94 | - |
| YUV | 71.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 55 | 2 | 0 | 0.57 | 0.98 | 0.49 | 25.04 | 0.97 | 0.26 |
| Hex | 81 | 37 | 2 | 0 | 39 | 62 | 31 | 19 | 61 | 1A |
| Octal | 201 | 67 | 2 | 0 | 71 | 142 | 61 | 31 | 141 | 32 |
| Binary | 10000001 | 110111 | 10 | 0 | 111001 | 1100010 | 110001 | 11001 | 1100001 | 11010 |
Color Harmonies of #813702
Complementary color
Monochromatic Colors of #813702
Black with #813702
Text Example
Text Example
White with #813702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813702; }
p { color: rgb(129,55,2); }
H1.HeaderClassName
{
color: #813702;
}
.AnyTagClassName
{
color: #813702;
}
</style>
background-color css
<style>
a { background-color: #813702; }
a { background-color: rgb(129,55,2); }
div.DivClassName
{
background-color: #813702;
}
.BgClassName
{
background-color: #813702;
}
</style>
border-color css
<style>
span { border-color: #813702; }
span { border-color: rgb(129,55,2); }
td.TdClassName
{
border-color: #813702;
}
.TagClassName
{
border-color: #813702;
}
</style>