Shades of Saddle Brown #984500
Tints of Saddle Brown #984500
RGB
CMYK
RGB Variations
Color information
#984500 (or 0x984500) is known color: Saddle Brown. HEX triplet: 98, 45 and 00. RGB value is (152,69,0). Sum of RGB (Red+Green+Blue) = 152+69+0=221 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.78% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 152 - color contains mainly: red. Hex color #984500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984500 is #67BAFF. Grayscale: #565656. Windows color (decimal): -6798080 or 17816. OLE color: 17816.
HSL color Cylindrical-coordinate representation of color #984500: hue angle of 27.24º 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 #984500 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 69 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.40 |
| HSL | 27.24º | 1% | 0.3% | - |
| HSV(B) | 27.24º | 1% | 0.6% | - |
| XYZ | 15.08 | 10.93 | 1.32 | - |
| YUV | 85.95 | 79.5 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 0 | 0 | 0.55 | 1 | 0.40 | 27.24 | 1 | 0.3 |
| Hex | 98 | 45 | 0 | 0 | 37 | 64 | 28 | 1B | 64 | 1E |
| Octal | 230 | 105 | 0 | 0 | 67 | 144 | 50 | 33 | 144 | 36 |
| Binary | 10011000 | 1000101 | 0 | 0 | 110111 | 1100100 | 101000 | 11011 | 1100100 | 11110 |
Color Harmonies of #984500
Complementary color
Monochromatic Colors of #984500
Black with #984500
Text Example
Text Example
White with #984500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984500; }
p { color: rgb(152,69,0); }
H1.HeaderClassName
{
color: #984500;
}
.AnyTagClassName
{
color: #984500;
}
</style>
background-color css
<style>
a { background-color: #984500; }
a { background-color: rgb(152,69,0); }
div.DivClassName
{
background-color: #984500;
}
.BgClassName
{
background-color: #984500;
}
</style>
border-color css
<style>
span { border-color: #984500; }
span { border-color: rgb(152,69,0); }
td.TdClassName
{
border-color: #984500;
}
.TagClassName
{
border-color: #984500;
}
</style>