Shades of Saddle Brown #98370D
Tints of Saddle Brown #98370D
RGB
CMYK
RGB Variations
Color information
#98370D (or 0x98370D) is known color: Saddle Brown. HEX triplet: 98, 37 and 0D. RGB value is (152,55,13). Sum of RGB (Red+Green+Blue) = 152+55+13=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #98370D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98370D is #67C8F2. Grayscale: #4F4F4F. Windows color (decimal): -6801651 or 866200. OLE color: 866200.
HSL color Cylindrical-coordinate representation of color #98370D: hue angle of 18.13º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98370D is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 55 | 13 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.40 |
| HSL | 18.13º | 0.84% | 0.32% | - |
| HSV(B) | 18.13º | 0.91% | 0.6% | - |
| XYZ | 14.39 | 9.44 | 1.44 | - |
| YUV | 79.22 | 90.64 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 55 | 13 | 0 | 0.64 | 0.91 | 0.40 | 18.13 | 0.84 | 0.32 |
| Hex | 98 | 37 | D | 0 | 40 | 5B | 28 | 12 | 54 | 20 |
| Octal | 230 | 67 | 15 | 0 | 100 | 133 | 50 | 22 | 124 | 40 |
| Binary | 10011000 | 110111 | 1101 | 0 | 1000000 | 1011011 | 101000 | 10010 | 1010100 | 100000 |
Color Harmonies of #98370D
Complementary color
Monochromatic Colors of #98370D
Black with #98370D
Text Example
Text Example
White with #98370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98370D; }
p { color: rgb(152,55,13); }
H1.HeaderClassName
{
color: #98370D;
}
.AnyTagClassName
{
color: #98370D;
}
</style>
background-color css
<style>
a { background-color: #98370D; }
a { background-color: rgb(152,55,13); }
div.DivClassName
{
background-color: #98370D;
}
.BgClassName
{
background-color: #98370D;
}
</style>
border-color css
<style>
span { border-color: #98370D; }
span { border-color: rgb(152,55,13); }
td.TdClassName
{
border-color: #98370D;
}
.TagClassName
{
border-color: #98370D;
}
</style>