Shades of Saddle Brown #98410F
Tints of Saddle Brown #98410F
RGB
CMYK
RGB Variations
Color information
#98410F (or 0x98410F) is known color: Saddle Brown. HEX triplet: 98, 41 and 0F. RGB value is (152,65,15). Sum of RGB (Red+Green+Blue) = 152+65+15=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #98410F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98410F is #67BEF0. Grayscale: #555555. Windows color (decimal): -6799089 or 999832. OLE color: 999832.
HSL color Cylindrical-coordinate representation of color #98410F: hue angle of 21.9º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98410F is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 65 | 15 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.40 |
| HSL | 21.9º | 0.82% | 0.33% | - |
| HSV(B) | 21.9º | 0.9% | 0.6% | - |
| XYZ | 14.93 | 10.49 | 1.69 | - |
| YUV | 85.31 | 88.32 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 65 | 15 | 0 | 0.57 | 0.90 | 0.40 | 21.9 | 0.82 | 0.33 |
| Hex | 98 | 41 | F | 0 | 39 | 5A | 28 | 16 | 52 | 21 |
| Octal | 230 | 101 | 17 | 0 | 71 | 132 | 50 | 26 | 122 | 41 |
| Binary | 10011000 | 1000001 | 1111 | 0 | 111001 | 1011010 | 101000 | 10110 | 1010010 | 100001 |
Color Harmonies of #98410F
Complementary color
Monochromatic Colors of #98410F
Black with #98410F
Text Example
Text Example
White with #98410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98410F; }
p { color: rgb(152,65,15); }
H1.HeaderClassName
{
color: #98410F;
}
.AnyTagClassName
{
color: #98410F;
}
</style>
background-color css
<style>
a { background-color: #98410F; }
a { background-color: rgb(152,65,15); }
div.DivClassName
{
background-color: #98410F;
}
.BgClassName
{
background-color: #98410F;
}
</style>
border-color css
<style>
span { border-color: #98410F; }
span { border-color: rgb(152,65,15); }
td.TdClassName
{
border-color: #98410F;
}
.TagClassName
{
border-color: #98410F;
}
</style>