Shades of Saddle Brown #984E00
Tints of Saddle Brown #984E00
RGB
CMYK
RGB Variations
Color information
#984E00 (or 0x984E00) is known color: Saddle Brown. HEX triplet: 98, 4E and 00. RGB value is (152,78,0). Sum of RGB (Red+Green+Blue) = 152+78+0=230 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.09% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 152 - color contains mainly: red. Hex color #984E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #984E00 is #67B1FF. Grayscale: #5B5B5B. Windows color (decimal): -6795776 or 20120. OLE color: 20120.
HSL color Cylindrical-coordinate representation of color #984E00: hue angle of 30.79º 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 #984E00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 78 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.40 |
| HSL | 30.79º | 1% | 0.3% | - |
| HSV(B) | 30.79º | 1% | 0.6% | - |
| XYZ | 15.67 | 12.12 | 1.51 | - |
| YUV | 91.23 | 76.52 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 0 | 0 | 0.49 | 1 | 0.40 | 30.79 | 1 | 0.3 |
| Hex | 98 | 4E | 0 | 0 | 31 | 64 | 28 | 1F | 64 | 1E |
| Octal | 230 | 116 | 0 | 0 | 61 | 144 | 50 | 37 | 144 | 36 |
| Binary | 10011000 | 1001110 | 0 | 0 | 110001 | 1100100 | 101000 | 11111 | 1100100 | 11110 |
Color Harmonies of #984E00
Complementary color
Monochromatic Colors of #984E00
Black with #984E00
Text Example
Text Example
White with #984E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984E00; }
p { color: rgb(152,78,0); }
H1.HeaderClassName
{
color: #984E00;
}
.AnyTagClassName
{
color: #984E00;
}
</style>
background-color css
<style>
a { background-color: #984E00; }
a { background-color: rgb(152,78,0); }
div.DivClassName
{
background-color: #984E00;
}
.BgClassName
{
background-color: #984E00;
}
</style>
border-color css
<style>
span { border-color: #984E00; }
span { border-color: rgb(152,78,0); }
td.TdClassName
{
border-color: #984E00;
}
.TagClassName
{
border-color: #984E00;
}
</style>