Shades of Saddle Brown #983511
Tints of Saddle Brown #983511
RGB
CMYK
RGB Variations
Color information
#983511 (or 0x983511) is known color: Saddle Brown. HEX triplet: 98, 35 and 11. RGB value is (152,53,17). Sum of RGB (Red+Green+Blue) = 152+53+17=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #983511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983511 is #67CAEE. Grayscale: #4E4E4E. Windows color (decimal): -6802159 or 1127832. OLE color: 1127832.
HSL color Cylindrical-coordinate representation of color #983511: hue angle of 16º degrees, saturation: 0.8, 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 #983511 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 53 | 17 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.40 |
| HSL | 16º | 0.8% | 0.33% | - |
| HSV(B) | 16º | 0.89% | 0.6% | - |
| XYZ | 14.32 | 9.26 | 1.56 | - |
| YUV | 78.5 | 93.3 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 53 | 17 | 0 | 0.65 | 0.89 | 0.40 | 16 | 0.8 | 0.33 |
| Hex | 98 | 35 | 11 | 0 | 41 | 59 | 28 | 10 | 50 | 21 |
| Octal | 230 | 65 | 21 | 0 | 101 | 131 | 50 | 20 | 120 | 41 |
| Binary | 10011000 | 110101 | 10001 | 0 | 1000001 | 1011001 | 101000 | 10000 | 1010000 | 100001 |
Color Harmonies of #983511
Complementary color
Monochromatic Colors of #983511
Black with #983511
Text Example
Text Example
White with #983511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983511; }
p { color: rgb(152,53,17); }
H1.HeaderClassName
{
color: #983511;
}
.AnyTagClassName
{
color: #983511;
}
</style>
background-color css
<style>
a { background-color: #983511; }
a { background-color: rgb(152,53,17); }
div.DivClassName
{
background-color: #983511;
}
.BgClassName
{
background-color: #983511;
}
</style>
border-color css
<style>
span { border-color: #983511; }
span { border-color: rgb(152,53,17); }
td.TdClassName
{
border-color: #983511;
}
.TagClassName
{
border-color: #983511;
}
</style>