Shades of Saddle Brown #98330C
Tints of Saddle Brown #98330C
RGB
CMYK
RGB Variations
Color information
#98330C (or 0x98330C) is known color: Saddle Brown. HEX triplet: 98, 33 and 0C. RGB value is (152,51,12). Sum of RGB (Red+Green+Blue) = 152+51+12=215 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.70% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 152 - color contains mainly: red. Hex color #98330C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98330C is #67CCF3. Grayscale: #4D4D4D. Windows color (decimal): -6802676 or 799640. OLE color: 799640.
HSL color Cylindrical-coordinate representation of color #98330C: hue angle of 16.71º 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 #98330C is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 51 | 12 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.40 |
| HSL | 16.71º | 0.85% | 0.32% | - |
| HSV(B) | 16.71º | 0.92% | 0.6% | - |
| XYZ | 14.2 | 9.07 | 1.35 | - |
| YUV | 76.75 | 91.46 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 51 | 12 | 0 | 0.66 | 0.92 | 0.40 | 16.71 | 0.85 | 0.32 |
| Hex | 98 | 33 | C | 0 | 42 | 5C | 28 | 11 | 55 | 20 |
| Octal | 230 | 63 | 14 | 0 | 102 | 134 | 50 | 21 | 125 | 40 |
| Binary | 10011000 | 110011 | 1100 | 0 | 1000010 | 1011100 | 101000 | 10001 | 1010101 | 100000 |
Color Harmonies of #98330C
Complementary color
Monochromatic Colors of #98330C
Black with #98330C
Text Example
Text Example
White with #98330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98330C; }
p { color: rgb(152,51,12); }
H1.HeaderClassName
{
color: #98330C;
}
.AnyTagClassName
{
color: #98330C;
}
</style>
background-color css
<style>
a { background-color: #98330C; }
a { background-color: rgb(152,51,12); }
div.DivClassName
{
background-color: #98330C;
}
.BgClassName
{
background-color: #98330C;
}
</style>
border-color css
<style>
span { border-color: #98330C; }
span { border-color: rgb(152,51,12); }
td.TdClassName
{
border-color: #98330C;
}
.TagClassName
{
border-color: #98330C;
}
</style>