Shades of Saddle Brown #984700
Tints of Saddle Brown #984700
RGB
CMYK
RGB Variations
Color information
#984700 (or 0x984700) is known color: Saddle Brown. HEX triplet: 98, 47 and 00. RGB value is (152,71,0). Sum of RGB (Red+Green+Blue) = 152+71+0=223 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.16% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 152 - color contains mainly: red. Hex color #984700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984700 is #67B8FF. Grayscale: #575757. Windows color (decimal): -6797568 or 18328. OLE color: 18328.
HSL color Cylindrical-coordinate representation of color #984700: hue angle of 28.03º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #984700 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 71 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.40 |
| HSL | 28.03º | 1% | 0.3% | - |
| HSV(B) | 28.03º | 1% | 0.6% | - |
| XYZ | 15.2 | 11.18 | 1.36 | - |
| YUV | 87.13 | 78.84 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 0 | 0 | 0.53 | 1 | 0.40 | 28.03 | 1 | 0.3 |
| Hex | 98 | 47 | 0 | 0 | 35 | 64 | 28 | 1C | 64 | 1E |
| Octal | 230 | 107 | 0 | 0 | 65 | 144 | 50 | 34 | 144 | 36 |
| Binary | 10011000 | 1000111 | 0 | 0 | 110101 | 1100100 | 101000 | 11100 | 1100100 | 11110 |
Color Harmonies of #984700
Complementary color
Monochromatic Colors of #984700
Black with #984700
Text Example
Text Example
White with #984700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984700; }
p { color: rgb(152,71,0); }
H1.HeaderClassName
{
color: #984700;
}
.AnyTagClassName
{
color: #984700;
}
</style>
background-color css
<style>
a { background-color: #984700; }
a { background-color: rgb(152,71,0); }
div.DivClassName
{
background-color: #984700;
}
.BgClassName
{
background-color: #984700;
}
</style>
border-color css
<style>
span { border-color: #984700; }
span { border-color: rgb(152,71,0); }
td.TdClassName
{
border-color: #984700;
}
.TagClassName
{
border-color: #984700;
}
</style>