Shades of Saddle Brown #983209
Tints of Saddle Brown #983209
RGB
CMYK
RGB Variations
Color information
#983209 (or 0x983209) is known color: Saddle Brown. HEX triplet: 98, 32 and 09. RGB value is (152,50,9). Sum of RGB (Red+Green+Blue) = 152+50+9=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #983209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983209 is #67CDF6. Grayscale: #4C4C4C. Windows color (decimal): -6802935 or 602776. OLE color: 602776.
HSL color Cylindrical-coordinate representation of color #983209: hue angle of 17.2º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #983209 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 9 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.40 |
| HSL | 17.2º | 0.89% | 0.32% | - |
| HSV(B) | 17.2º | 0.94% | 0.6% | - |
| XYZ | 14.14 | 8.98 | 1.25 | - |
| YUV | 75.82 | 90.29 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 9 | 0 | 0.67 | 0.94 | 0.40 | 17.2 | 0.89 | 0.32 |
| Hex | 98 | 32 | 9 | 0 | 43 | 5E | 28 | 11 | 59 | 20 |
| Octal | 230 | 62 | 11 | 0 | 103 | 136 | 50 | 21 | 131 | 40 |
| Binary | 10011000 | 110010 | 1001 | 0 | 1000011 | 1011110 | 101000 | 10001 | 1011001 | 100000 |
Color Harmonies of #983209
Complementary color
Monochromatic Colors of #983209
Black with #983209
Text Example
Text Example
White with #983209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983209; }
p { color: rgb(152,50,9); }
H1.HeaderClassName
{
color: #983209;
}
.AnyTagClassName
{
color: #983209;
}
</style>
background-color css
<style>
a { background-color: #983209; }
a { background-color: rgb(152,50,9); }
div.DivClassName
{
background-color: #983209;
}
.BgClassName
{
background-color: #983209;
}
</style>
border-color css
<style>
span { border-color: #983209; }
span { border-color: rgb(152,50,9); }
td.TdClassName
{
border-color: #983209;
}
.TagClassName
{
border-color: #983209;
}
</style>