Shades of Saddle Brown #983004
Tints of Saddle Brown #983004
RGB
CMYK
RGB Variations
Color information
#983004 (or 0x983004) is known color: Saddle Brown. HEX triplet: 98, 30 and 04. RGB value is (152,48,4). Sum of RGB (Red+Green+Blue) = 152+48+4=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #983004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #983004 is #67CFFB. Grayscale: #4A4A4A. Windows color (decimal): -6803452 or 274584. OLE color: 274584.
HSL color Cylindrical-coordinate representation of color #983004: hue angle of 17.84º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #983004 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 4 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.40 |
| HSL | 17.84º | 0.95% | 0.31% | - |
| HSV(B) | 17.84º | 0.97% | 0.6% | - |
| XYZ | 14.03 | 8.8 | 1.07 | - |
| YUV | 74.08 | 88.46 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 4 | 0 | 0.68 | 0.97 | 0.40 | 17.84 | 0.95 | 0.31 |
| Hex | 98 | 30 | 4 | 0 | 44 | 61 | 28 | 12 | 5F | 1F |
| Octal | 230 | 60 | 4 | 0 | 104 | 141 | 50 | 22 | 137 | 37 |
| Binary | 10011000 | 110000 | 100 | 0 | 1000100 | 1100001 | 101000 | 10010 | 1011111 | 11111 |
Color Harmonies of #983004
Complementary color
Monochromatic Colors of #983004
Black with #983004
Text Example
Text Example
White with #983004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #983004; }
p { color: rgb(152,48,4); }
H1.HeaderClassName
{
color: #983004;
}
.AnyTagClassName
{
color: #983004;
}
</style>
background-color css
<style>
a { background-color: #983004; }
a { background-color: rgb(152,48,4); }
div.DivClassName
{
background-color: #983004;
}
.BgClassName
{
background-color: #983004;
}
</style>
border-color css
<style>
span { border-color: #983004; }
span { border-color: rgb(152,48,4); }
td.TdClassName
{
border-color: #983004;
}
.TagClassName
{
border-color: #983004;
}
</style>