Shades of Saddle Brown #98490F
Tints of Saddle Brown #98490F
RGB
CMYK
RGB Variations
Color information
#98490F (or 0x98490F) is known color: Saddle Brown. HEX triplet: 98, 49 and 0F. RGB value is (152,73,15). Sum of RGB (Red+Green+Blue) = 152+73+15=240 (31% of max value = 765). Red value is 152 (59.77% from 255 or 63.33% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 152 - color contains mainly: red. Hex color #98490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98490F is #67B6F0. Grayscale: #5A5A5A. Windows color (decimal): -6797041 or 1001880. OLE color: 1001880.
HSL color Cylindrical-coordinate representation of color #98490F: hue angle of 25.4º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98490F is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 73 | 15 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.40 |
| HSL | 25.4º | 0.82% | 0.33% | - |
| HSV(B) | 25.4º | 0.9% | 0.6% | - |
| XYZ | 15.42 | 11.47 | 1.85 | - |
| YUV | 90.01 | 85.67 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 15 | 0 | 0.52 | 0.90 | 0.40 | 25.4 | 0.82 | 0.33 |
| Hex | 98 | 49 | F | 0 | 34 | 5A | 28 | 19 | 52 | 21 |
| Octal | 230 | 111 | 17 | 0 | 64 | 132 | 50 | 31 | 122 | 41 |
| Binary | 10011000 | 1001001 | 1111 | 0 | 110100 | 1011010 | 101000 | 11001 | 1010010 | 100001 |
Color Harmonies of #98490F
Complementary color
Monochromatic Colors of #98490F
Black with #98490F
Text Example
Text Example
White with #98490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98490F; }
p { color: rgb(152,73,15); }
H1.HeaderClassName
{
color: #98490F;
}
.AnyTagClassName
{
color: #98490F;
}
</style>
background-color css
<style>
a { background-color: #98490F; }
a { background-color: rgb(152,73,15); }
div.DivClassName
{
background-color: #98490F;
}
.BgClassName
{
background-color: #98490F;
}
</style>
border-color css
<style>
span { border-color: #98490F; }
span { border-color: rgb(152,73,15); }
td.TdClassName
{
border-color: #98490F;
}
.TagClassName
{
border-color: #98490F;
}
</style>