Shades of Saddle Brown #982900
Tints of Saddle Brown #982900
RGB
CMYK
RGB Variations
Color information
#982900 (or 0x982900) is known color: Saddle Brown. HEX triplet: 98, 29 and 00. RGB value is (152,41,0). Sum of RGB (Red+Green+Blue) = 152+41+0=193 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.76% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 152 - color contains mainly: red. Hex color #982900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982900 is #67D6FF. Grayscale: #454545. Windows color (decimal): -6805248 or 10648. OLE color: 10648.
HSL color Cylindrical-coordinate representation of color #982900: hue angle of 16.18º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #982900 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 41 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.40 |
| HSL | 16.18º | 1% | 0.3% | - |
| HSV(B) | 16.18º | 1% | 0.6% | - |
| XYZ | 13.74 | 8.26 | 0.87 | - |
| YUV | 69.52 | 88.77 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 41 | 0 | 0 | 0.73 | 1 | 0.40 | 16.18 | 1 | 0.3 |
| Hex | 98 | 29 | 0 | 0 | 49 | 64 | 28 | 10 | 64 | 1E |
| Octal | 230 | 51 | 0 | 0 | 111 | 144 | 50 | 20 | 144 | 36 |
| Binary | 10011000 | 101001 | 0 | 0 | 1001001 | 1100100 | 101000 | 10000 | 1100100 | 11110 |
Color Harmonies of #982900
Complementary color
Monochromatic Colors of #982900
Black with #982900
Text Example
Text Example
White with #982900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982900; }
p { color: rgb(152,41,0); }
H1.HeaderClassName
{
color: #982900;
}
.AnyTagClassName
{
color: #982900;
}
</style>
background-color css
<style>
a { background-color: #982900; }
a { background-color: rgb(152,41,0); }
div.DivClassName
{
background-color: #982900;
}
.BgClassName
{
background-color: #982900;
}
</style>
border-color css
<style>
span { border-color: #982900; }
span { border-color: rgb(152,41,0); }
td.TdClassName
{
border-color: #982900;
}
.TagClassName
{
border-color: #982900;
}
</style>