Shades of Saddle Brown #98370C
Tints of Saddle Brown #98370C
RGB
CMYK
RGB Variations
Color information
#98370C (or 0x98370C) is known color: Saddle Brown. HEX triplet: 98, 37 and 0C. RGB value is (152,55,12). Sum of RGB (Red+Green+Blue) = 152+55+12=219 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.41% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 152 - color contains mainly: red. Hex color #98370C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98370C is #67C8F3. Grayscale: #4F4F4F. Windows color (decimal): -6801652 or 800664. OLE color: 800664.
HSL color Cylindrical-coordinate representation of color #98370C: hue angle of 18.43º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98370C is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 55 | 12 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.40 |
| HSL | 18.43º | 0.85% | 0.32% | - |
| HSV(B) | 18.43º | 0.92% | 0.6% | - |
| XYZ | 14.38 | 9.43 | 1.41 | - |
| YUV | 79.1 | 90.14 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 55 | 12 | 0 | 0.64 | 0.92 | 0.40 | 18.43 | 0.85 | 0.32 |
| Hex | 98 | 37 | C | 0 | 40 | 5C | 28 | 12 | 55 | 20 |
| Octal | 230 | 67 | 14 | 0 | 100 | 134 | 50 | 22 | 125 | 40 |
| Binary | 10011000 | 110111 | 1100 | 0 | 1000000 | 1011100 | 101000 | 10010 | 1010101 | 100000 |
Color Harmonies of #98370C
Complementary color
Monochromatic Colors of #98370C
Black with #98370C
Text Example
Text Example
White with #98370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98370C; }
p { color: rgb(152,55,12); }
H1.HeaderClassName
{
color: #98370C;
}
.AnyTagClassName
{
color: #98370C;
}
</style>
background-color css
<style>
a { background-color: #98370C; }
a { background-color: rgb(152,55,12); }
div.DivClassName
{
background-color: #98370C;
}
.BgClassName
{
background-color: #98370C;
}
</style>
border-color css
<style>
span { border-color: #98370C; }
span { border-color: rgb(152,55,12); }
td.TdClassName
{
border-color: #98370C;
}
.TagClassName
{
border-color: #98370C;
}
</style>