Shades of Saddle Brown #98400B
Tints of Saddle Brown #98400B
RGB
CMYK
RGB Variations
Color information
#98400B (or 0x98400B) is known color: Saddle Brown. HEX triplet: 98, 40 and 0B. RGB value is (152,64,11). Sum of RGB (Red+Green+Blue) = 152+64+11=227 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.96% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 11 (4.69% from 255 or 4.85% from 227); Max value from RGB is 152 - color contains mainly: red. Hex color #98400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98400B is #67BFF4. Grayscale: #545454. Windows color (decimal): -6799349 or 737432. OLE color: 737432.
HSL color Cylindrical-coordinate representation of color #98400B: hue angle of 22.55º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98400B is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 64 | 11 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.40 |
| HSL | 22.55º | 0.87% | 0.32% | - |
| HSV(B) | 22.55º | 0.93% | 0.6% | - |
| XYZ | 14.84 | 10.37 | 1.54 | - |
| YUV | 84.27 | 86.65 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 11 | 0 | 0.58 | 0.93 | 0.40 | 22.55 | 0.87 | 0.32 |
| Hex | 98 | 40 | B | 0 | 3A | 5D | 28 | 17 | 57 | 20 |
| Octal | 230 | 100 | 13 | 0 | 72 | 135 | 50 | 27 | 127 | 40 |
| Binary | 10011000 | 1000000 | 1011 | 0 | 111010 | 1011101 | 101000 | 10111 | 1010111 | 100000 |
Color Harmonies of #98400B
Complementary color
Monochromatic Colors of #98400B
Black with #98400B
Text Example
Text Example
White with #98400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98400B; }
p { color: rgb(152,64,11); }
H1.HeaderClassName
{
color: #98400B;
}
.AnyTagClassName
{
color: #98400B;
}
</style>
background-color css
<style>
a { background-color: #98400B; }
a { background-color: rgb(152,64,11); }
div.DivClassName
{
background-color: #98400B;
}
.BgClassName
{
background-color: #98400B;
}
</style>
border-color css
<style>
span { border-color: #98400B; }
span { border-color: rgb(152,64,11); }
td.TdClassName
{
border-color: #98400B;
}
.TagClassName
{
border-color: #98400B;
}
</style>