Shades of Saddle Brown #98470C
Tints of Saddle Brown #98470C
RGB
CMYK
RGB Variations
Color information
#98470C (or 0x98470C) is known color: Saddle Brown. HEX triplet: 98, 47 and 0C. RGB value is (152,71,12). Sum of RGB (Red+Green+Blue) = 152+71+12=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #98470C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98470C is #67B8F3. Grayscale: #585858. Windows color (decimal): -6797556 or 804760. OLE color: 804760.
HSL color Cylindrical-coordinate representation of color #98470C: hue angle of 25.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 #98470C is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 71 | 12 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.40 |
| HSL | 25.29º | 0.85% | 0.32% | - |
| HSV(B) | 25.29º | 0.92% | 0.6% | - |
| XYZ | 15.27 | 11.21 | 1.71 | - |
| YUV | 88.49 | 84.84 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 12 | 0 | 0.53 | 0.92 | 0.40 | 25.29 | 0.85 | 0.32 |
| Hex | 98 | 47 | C | 0 | 35 | 5C | 28 | 19 | 55 | 20 |
| Octal | 230 | 107 | 14 | 0 | 65 | 134 | 50 | 31 | 125 | 40 |
| Binary | 10011000 | 1000111 | 1100 | 0 | 110101 | 1011100 | 101000 | 11001 | 1010101 | 100000 |
Color Harmonies of #98470C
Complementary color
Monochromatic Colors of #98470C
Black with #98470C
Text Example
Text Example
White with #98470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98470C; }
p { color: rgb(152,71,12); }
H1.HeaderClassName
{
color: #98470C;
}
.AnyTagClassName
{
color: #98470C;
}
</style>
background-color css
<style>
a { background-color: #98470C; }
a { background-color: rgb(152,71,12); }
div.DivClassName
{
background-color: #98470C;
}
.BgClassName
{
background-color: #98470C;
}
</style>
border-color css
<style>
span { border-color: #98470C; }
span { border-color: rgb(152,71,12); }
td.TdClassName
{
border-color: #98470C;
}
.TagClassName
{
border-color: #98470C;
}
</style>