Shades of Saddle Brown #984A03
Tints of Saddle Brown #984A03
RGB
CMYK
RGB Variations
Color information
#984A03 (or 0x984A03) is known color: Saddle Brown. HEX triplet: 98, 4A and 03. RGB value is (152,74,3). Sum of RGB (Red+Green+Blue) = 152+74+3=229 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.38% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 152 - color contains mainly: red. Hex color #984A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #984A03 is #67B5FC. Grayscale: #595959. Windows color (decimal): -6796797 or 215704. OLE color: 215704.
HSL color Cylindrical-coordinate representation of color #984A03: hue angle of 28.59º 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 #984A03 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 74 | 3 | - |
| CMYK | 0 | 0.51 | 0.98 | 0.40 |
| HSL | 28.59º | 0.96% | 0.3% | - |
| HSV(B) | 28.59º | 0.98% | 0.6% | - |
| XYZ | 15.41 | 11.58 | 1.51 | - |
| YUV | 89.23 | 79.34 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 74 | 3 | 0 | 0.51 | 0.98 | 0.40 | 28.59 | 0.96 | 0.3 |
| Hex | 98 | 4A | 3 | 0 | 33 | 62 | 28 | 1D | 60 | 1E |
| Octal | 230 | 112 | 3 | 0 | 63 | 142 | 50 | 35 | 140 | 36 |
| Binary | 10011000 | 1001010 | 11 | 0 | 110011 | 1100010 | 101000 | 11101 | 1100000 | 11110 |
Color Harmonies of #984A03
Complementary color
Monochromatic Colors of #984A03
Black with #984A03
Text Example
Text Example
White with #984A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984A03; }
p { color: rgb(152,74,3); }
H1.HeaderClassName
{
color: #984A03;
}
.AnyTagClassName
{
color: #984A03;
}
</style>
background-color css
<style>
a { background-color: #984A03; }
a { background-color: rgb(152,74,3); }
div.DivClassName
{
background-color: #984A03;
}
.BgClassName
{
background-color: #984A03;
}
</style>
border-color css
<style>
span { border-color: #984A03; }
span { border-color: rgb(152,74,3); }
td.TdClassName
{
border-color: #984A03;
}
.TagClassName
{
border-color: #984A03;
}
</style>