Shades of Saddle Brown #98421C
Tints of Saddle Brown #98421C
RGB
CMYK
RGB Variations
Color information
#98421C (or 0x98421C) is known color: Saddle Brown. HEX triplet: 98, 42 and 1C. RGB value is (152,66,28). Sum of RGB (Red+Green+Blue) = 152+66+28=246 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.79% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 152 - color contains mainly: red. Hex color #98421C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98421C is #67BDE3. Grayscale: #575757. Windows color (decimal): -6798820 or 1852056. OLE color: 1852056.
HSL color Cylindrical-coordinate representation of color #98421C: hue angle of 18.39º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98421C is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 66 | 28 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.40 |
| HSL | 18.39º | 0.69% | 0.35% | - |
| HSV(B) | 18.39º | 0.82% | 0.6% | - |
| XYZ | 15.11 | 10.66 | 2.36 | - |
| YUV | 87.38 | 94.49 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 66 | 28 | 0 | 0.57 | 0.82 | 0.40 | 18.39 | 0.69 | 0.35 |
| Hex | 98 | 42 | 1C | 0 | 39 | 52 | 28 | 12 | 45 | 23 |
| Octal | 230 | 102 | 34 | 0 | 71 | 122 | 50 | 22 | 105 | 43 |
| Binary | 10011000 | 1000010 | 11100 | 0 | 111001 | 1010010 | 101000 | 10010 | 1000101 | 100011 |
Color Harmonies of #98421C
Complementary color
Monochromatic Colors of #98421C
Black with #98421C
Text Example
Text Example
White with #98421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98421C; }
p { color: rgb(152,66,28); }
H1.HeaderClassName
{
color: #98421C;
}
.AnyTagClassName
{
color: #98421C;
}
</style>
background-color css
<style>
a { background-color: #98421C; }
a { background-color: rgb(152,66,28); }
div.DivClassName
{
background-color: #98421C;
}
.BgClassName
{
background-color: #98421C;
}
</style>
border-color css
<style>
span { border-color: #98421C; }
span { border-color: rgb(152,66,28); }
td.TdClassName
{
border-color: #98421C;
}
.TagClassName
{
border-color: #98421C;
}
</style>