Shades of Saddle Brown #98300C
Tints of Saddle Brown #98300C
RGB
CMYK
RGB Variations
Color information
#98300C (or 0x98300C) is known color: Saddle Brown. HEX triplet: 98, 30 and 0C. RGB value is (152,48,12). Sum of RGB (Red+Green+Blue) = 152+48+12=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #98300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98300C is #67CFF3. Grayscale: #4B4B4B. Windows color (decimal): -6803444 or 798872. OLE color: 798872.
HSL color Cylindrical-coordinate representation of color #98300C: hue angle of 15.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 #98300C is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 48 | 12 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.40 |
| HSL | 15.43º | 0.85% | 0.32% | - |
| HSV(B) | 15.43º | 0.92% | 0.6% | - |
| XYZ | 14.07 | 8.82 | 1.31 | - |
| YUV | 74.99 | 92.46 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 12 | 0 | 0.68 | 0.92 | 0.40 | 15.43 | 0.85 | 0.32 |
| Hex | 98 | 30 | C | 0 | 44 | 5C | 28 | F | 55 | 20 |
| Octal | 230 | 60 | 14 | 0 | 104 | 134 | 50 | 17 | 125 | 40 |
| Binary | 10011000 | 110000 | 1100 | 0 | 1000100 | 1011100 | 101000 | 1111 | 1010101 | 100000 |
Color Harmonies of #98300C
Complementary color
Monochromatic Colors of #98300C
Black with #98300C
Text Example
Text Example
White with #98300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98300C; }
p { color: rgb(152,48,12); }
H1.HeaderClassName
{
color: #98300C;
}
.AnyTagClassName
{
color: #98300C;
}
</style>
background-color css
<style>
a { background-color: #98300C; }
a { background-color: rgb(152,48,12); }
div.DivClassName
{
background-color: #98300C;
}
.BgClassName
{
background-color: #98300C;
}
</style>
border-color css
<style>
span { border-color: #98300C; }
span { border-color: rgb(152,48,12); }
td.TdClassName
{
border-color: #98300C;
}
.TagClassName
{
border-color: #98300C;
}
</style>