Shades of Saddle Brown #98320C
Tints of Saddle Brown #98320C
RGB
CMYK
RGB Variations
Color information
#98320C (or 0x98320C) is known color: Saddle Brown. HEX triplet: 98, 32 and 0C. RGB value is (152,50,12). Sum of RGB (Red+Green+Blue) = 152+50+12=214 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.03% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 152 - color contains mainly: red. Hex color #98320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98320C is #67CDF3. Grayscale: #4C4C4C. Windows color (decimal): -6802932 or 799384. OLE color: 799384.
HSL color Cylindrical-coordinate representation of color #98320C: hue angle of 16.29º 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 #98320C is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 50 | 12 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.40 |
| HSL | 16.29º | 0.85% | 0.32% | - |
| HSV(B) | 16.29º | 0.92% | 0.6% | - |
| XYZ | 14.16 | 8.98 | 1.34 | - |
| YUV | 76.17 | 91.79 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 50 | 12 | 0 | 0.67 | 0.92 | 0.40 | 16.29 | 0.85 | 0.32 |
| Hex | 98 | 32 | C | 0 | 43 | 5C | 28 | 10 | 55 | 20 |
| Octal | 230 | 62 | 14 | 0 | 103 | 134 | 50 | 20 | 125 | 40 |
| Binary | 10011000 | 110010 | 1100 | 0 | 1000011 | 1011100 | 101000 | 10000 | 1010101 | 100000 |
Color Harmonies of #98320C
Complementary color
Monochromatic Colors of #98320C
Black with #98320C
Text Example
Text Example
White with #98320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98320C; }
p { color: rgb(152,50,12); }
H1.HeaderClassName
{
color: #98320C;
}
.AnyTagClassName
{
color: #98320C;
}
</style>
background-color css
<style>
a { background-color: #98320C; }
a { background-color: rgb(152,50,12); }
div.DivClassName
{
background-color: #98320C;
}
.BgClassName
{
background-color: #98320C;
}
</style>
border-color css
<style>
span { border-color: #98320C; }
span { border-color: rgb(152,50,12); }
td.TdClassName
{
border-color: #98320C;
}
.TagClassName
{
border-color: #98320C;
}
</style>