Shades of Saddle Brown #982902
Tints of Saddle Brown #982902
RGB
CMYK
RGB Variations
Color information
#982902 (or 0x982902) is known color: Saddle Brown. HEX triplet: 98, 29 and 02. RGB value is (152,41,2). Sum of RGB (Red+Green+Blue) = 152+41+2=195 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.95% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 152 - color contains mainly: red. Hex color #982902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982902 is #67D6FD. Grayscale: #464646. Windows color (decimal): -6805246 or 141720. OLE color: 141720.
HSL color Cylindrical-coordinate representation of color #982902: hue angle of 15.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #982902 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 41 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.40 |
| HSL | 15.6º | 0.97% | 0.3% | - |
| HSV(B) | 15.6º | 0.99% | 0.6% | - |
| XYZ | 13.75 | 8.27 | 0.93 | - |
| YUV | 69.74 | 89.77 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 2 | 0 | 0.73 | 0.99 | 0.40 | 15.6 | 0.97 | 0.3 |
| Hex | 98 | 29 | 2 | 0 | 49 | 63 | 28 | 10 | 61 | 1E |
| Octal | 230 | 51 | 2 | 0 | 111 | 143 | 50 | 20 | 141 | 36 |
| Binary | 10011000 | 101001 | 10 | 0 | 1001001 | 1100011 | 101000 | 10000 | 1100001 | 11110 |
Color Harmonies of #982902
Complementary color
Monochromatic Colors of #982902
Black with #982902
Text Example
Text Example
White with #982902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982902; }
p { color: rgb(152,41,2); }
H1.HeaderClassName
{
color: #982902;
}
.AnyTagClassName
{
color: #982902;
}
</style>
background-color css
<style>
a { background-color: #982902; }
a { background-color: rgb(152,41,2); }
div.DivClassName
{
background-color: #982902;
}
.BgClassName
{
background-color: #982902;
}
</style>
border-color css
<style>
span { border-color: #982902; }
span { border-color: rgb(152,41,2); }
td.TdClassName
{
border-color: #982902;
}
.TagClassName
{
border-color: #982902;
}
</style>