Shades of Saddle Brown #984003
Tints of Saddle Brown #984003
RGB
CMYK
RGB Variations
Color information
#984003 (or 0x984003) is known color: Saddle Brown. HEX triplet: 98, 40 and 03. RGB value is (152,64,3). Sum of RGB (Red+Green+Blue) = 152+64+3=219 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.41% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 152 - color contains mainly: red. Hex color #984003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984003 is #67BFFC. Grayscale: #535353. Windows color (decimal): -6799357 or 213144. OLE color: 213144.
HSL color Cylindrical-coordinate representation of color #984003: hue angle of 24.56º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #984003 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 3 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.40 |
| HSL | 24.56º | 0.96% | 0.3% | - |
| HSV(B) | 24.56º | 0.98% | 0.6% | - |
| XYZ | 14.8 | 10.35 | 1.3 | - |
| YUV | 83.36 | 82.65 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 3 | 0 | 0.58 | 0.98 | 0.40 | 24.56 | 0.96 | 0.3 |
| Hex | 98 | 40 | 3 | 0 | 3A | 62 | 28 | 19 | 60 | 1E |
| Octal | 230 | 100 | 3 | 0 | 72 | 142 | 50 | 31 | 140 | 36 |
| Binary | 10011000 | 1000000 | 11 | 0 | 111010 | 1100010 | 101000 | 11001 | 1100000 | 11110 |
Color Harmonies of #984003
Complementary color
Monochromatic Colors of #984003
Black with #984003
Text Example
Text Example
White with #984003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984003; }
p { color: rgb(152,64,3); }
H1.HeaderClassName
{
color: #984003;
}
.AnyTagClassName
{
color: #984003;
}
</style>
background-color css
<style>
a { background-color: #984003; }
a { background-color: rgb(152,64,3); }
div.DivClassName
{
background-color: #984003;
}
.BgClassName
{
background-color: #984003;
}
</style>
border-color css
<style>
span { border-color: #984003; }
span { border-color: rgb(152,64,3); }
td.TdClassName
{
border-color: #984003;
}
.TagClassName
{
border-color: #984003;
}
</style>