Shades of Saddle Brown #98450D
Tints of Saddle Brown #98450D
RGB
CMYK
RGB Variations
Color information
#98450D (or 0x98450D) is known color: Saddle Brown. HEX triplet: 98, 45 and 0D. RGB value is (152,69,13). Sum of RGB (Red+Green+Blue) = 152+69+13=234 (30% of max value = 765). Red value is 152 (59.77% from 255 or 64.96% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 152 - color contains mainly: red. Hex color #98450D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98450D is #67BAF2. Grayscale: #575757. Windows color (decimal): -6798067 or 869784. OLE color: 869784.
HSL color Cylindrical-coordinate representation of color #98450D: hue angle of 24.17º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98450D is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 69 | 13 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.40 |
| HSL | 24.17º | 0.84% | 0.32% | - |
| HSV(B) | 24.17º | 0.91% | 0.6% | - |
| XYZ | 15.15 | 10.96 | 1.7 | - |
| YUV | 87.43 | 86 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 13 | 0 | 0.55 | 0.91 | 0.40 | 24.17 | 0.84 | 0.32 |
| Hex | 98 | 45 | D | 0 | 37 | 5B | 28 | 18 | 54 | 20 |
| Octal | 230 | 105 | 15 | 0 | 67 | 133 | 50 | 30 | 124 | 40 |
| Binary | 10011000 | 1000101 | 1101 | 0 | 110111 | 1011011 | 101000 | 11000 | 1010100 | 100000 |
Color Harmonies of #98450D
Complementary color
Monochromatic Colors of #98450D
Black with #98450D
Text Example
Text Example
White with #98450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98450D; }
p { color: rgb(152,69,13); }
H1.HeaderClassName
{
color: #98450D;
}
.AnyTagClassName
{
color: #98450D;
}
</style>
background-color css
<style>
a { background-color: #98450D; }
a { background-color: rgb(152,69,13); }
div.DivClassName
{
background-color: #98450D;
}
.BgClassName
{
background-color: #98450D;
}
</style>
border-color css
<style>
span { border-color: #98450D; }
span { border-color: rgb(152,69,13); }
td.TdClassName
{
border-color: #98450D;
}
.TagClassName
{
border-color: #98450D;
}
</style>