Shades of Saddle Brown #98360C
Tints of Saddle Brown #98360C
RGB
CMYK
RGB Variations
Color information
#98360C (or 0x98360C) is known color: Saddle Brown. HEX triplet: 98, 36 and 0C. RGB value is (152,54,12). Sum of RGB (Red+Green+Blue) = 152+54+12=218 (28% of max value = 765). Red value is 152 (59.77% from 255 or 69.72% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 152 - color contains mainly: red. Hex color #98360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98360C is #67C9F3. Grayscale: #4E4E4E. Windows color (decimal): -6801908 or 800408. OLE color: 800408.
HSL color Cylindrical-coordinate representation of color #98360C: hue angle of 18º 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 #98360C is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 54 | 12 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.40 |
| HSL | 18º | 0.85% | 0.32% | - |
| HSV(B) | 18º | 0.92% | 0.6% | - |
| XYZ | 14.33 | 9.34 | 1.4 | - |
| YUV | 78.51 | 90.47 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 54 | 12 | 0 | 0.64 | 0.92 | 0.40 | 18 | 0.85 | 0.32 |
| Hex | 98 | 36 | C | 0 | 40 | 5C | 28 | 12 | 55 | 20 |
| Octal | 230 | 66 | 14 | 0 | 100 | 134 | 50 | 22 | 125 | 40 |
| Binary | 10011000 | 110110 | 1100 | 0 | 1000000 | 1011100 | 101000 | 10010 | 1010101 | 100000 |
Color Harmonies of #98360C
Complementary color
Monochromatic Colors of #98360C
Black with #98360C
Text Example
Text Example
White with #98360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98360C; }
p { color: rgb(152,54,12); }
H1.HeaderClassName
{
color: #98360C;
}
.AnyTagClassName
{
color: #98360C;
}
</style>
background-color css
<style>
a { background-color: #98360C; }
a { background-color: rgb(152,54,12); }
div.DivClassName
{
background-color: #98360C;
}
.BgClassName
{
background-color: #98360C;
}
</style>
border-color css
<style>
span { border-color: #98360C; }
span { border-color: rgb(152,54,12); }
td.TdClassName
{
border-color: #98360C;
}
.TagClassName
{
border-color: #98360C;
}
</style>