Shades of Saddle Brown #98431C
Tints of Saddle Brown #98431C
RGB
CMYK
RGB Variations
Color information
#98431C (or 0x98431C) is known color: Saddle Brown. HEX triplet: 98, 43 and 1C. RGB value is (152,67,28). Sum of RGB (Red+Green+Blue) = 152+67+28=247 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.54% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 152 - color contains mainly: red. Hex color #98431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98431C is #67BCE3. Grayscale: #585858. Windows color (decimal): -6798564 or 1852312. OLE color: 1852312.
HSL color Cylindrical-coordinate representation of color #98431C: hue angle of 18.87º 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 #98431C is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 67 | 28 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.40 |
| HSL | 18.87º | 0.69% | 0.35% | - |
| HSV(B) | 18.87º | 0.82% | 0.6% | - |
| XYZ | 15.17 | 10.77 | 2.38 | - |
| YUV | 87.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 28 | 0 | 0.56 | 0.82 | 0.40 | 18.87 | 0.69 | 0.35 |
| Hex | 98 | 43 | 1C | 0 | 38 | 52 | 28 | 13 | 45 | 23 |
| Octal | 230 | 103 | 34 | 0 | 70 | 122 | 50 | 23 | 105 | 43 |
| Binary | 10011000 | 1000011 | 11100 | 0 | 111000 | 1010010 | 101000 | 10011 | 1000101 | 100011 |
Color Harmonies of #98431C
Complementary color
Monochromatic Colors of #98431C
Black with #98431C
Text Example
Text Example
White with #98431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98431C; }
p { color: rgb(152,67,28); }
H1.HeaderClassName
{
color: #98431C;
}
.AnyTagClassName
{
color: #98431C;
}
</style>
background-color css
<style>
a { background-color: #98431C; }
a { background-color: rgb(152,67,28); }
div.DivClassName
{
background-color: #98431C;
}
.BgClassName
{
background-color: #98431C;
}
</style>
border-color css
<style>
span { border-color: #98431C; }
span { border-color: rgb(152,67,28); }
td.TdClassName
{
border-color: #98431C;
}
.TagClassName
{
border-color: #98431C;
}
</style>