Shades of Saddle Brown #983710
Tints of Saddle Brown #983710
RGB
CMYK
RGB Variations
Color information
#983710 (or 0x983710) is known color: Saddle Brown. HEX triplet: 98, 37 and 10. RGB value is (152,55,16). Sum of RGB (Red+Green+Blue) = 152+55+16=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #983710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983710 is #67C8EF. Grayscale: #4F4F4F. Windows color (decimal): -6801648 or 1062808. OLE color: 1062808.
HSL color Cylindrical-coordinate representation of color #983710: hue angle of 17.21º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #983710 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 55 | 16 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.40 |
| HSL | 17.21º | 0.81% | 0.33% | - |
| HSV(B) | 17.21º | 0.89% | 0.6% | - |
| XYZ | 14.41 | 9.45 | 1.55 | - |
| YUV | 79.56 | 92.14 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 55 | 16 | 0 | 0.64 | 0.89 | 0.40 | 17.21 | 0.81 | 0.33 |
| Hex | 98 | 37 | 10 | 0 | 40 | 59 | 28 | 11 | 51 | 21 |
| Octal | 230 | 67 | 20 | 0 | 100 | 131 | 50 | 21 | 121 | 41 |
| Binary | 10011000 | 110111 | 10000 | 0 | 1000000 | 1011001 | 101000 | 10001 | 1010001 | 100001 |
Color Harmonies of #983710
Complementary color
Monochromatic Colors of #983710
Black with #983710
Text Example
Text Example
White with #983710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983710; }
p { color: rgb(152,55,16); }
H1.HeaderClassName
{
color: #983710;
}
.AnyTagClassName
{
color: #983710;
}
</style>
background-color css
<style>
a { background-color: #983710; }
a { background-color: rgb(152,55,16); }
div.DivClassName
{
background-color: #983710;
}
.BgClassName
{
background-color: #983710;
}
</style>
border-color css
<style>
span { border-color: #983710; }
span { border-color: rgb(152,55,16); }
td.TdClassName
{
border-color: #983710;
}
.TagClassName
{
border-color: #983710;
}
</style>