Shades of Saddle Brown #994C00
Tints of Saddle Brown #994C00
RGB
CMYK
RGB Variations
Color information
#994C00 (or 0x994C00) is known color: Saddle Brown. HEX triplet: 99, 4C and 00. RGB value is (153,76,0). Sum of RGB (Red+Green+Blue) = 153+76+0=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #994C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994C00 is #66B3FF. Grayscale: #5A5A5A. Windows color (decimal): -6730752 or 19609. OLE color: 19609.
HSL color Cylindrical-coordinate representation of color #994C00: hue angle of 29.8º 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 #994C00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 76 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.4 |
| HSL | 29.8º | 1% | 0.3% | - |
| HSV(B) | 29.8º | 1% | 0.6% | - |
| XYZ | 15.72 | 11.94 | 1.48 | - |
| YUV | 90.36 | 77.01 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 0 | 0 | 0.50 | 1 | 0.4 | 29.8 | 1 | 0.3 |
| Hex | 99 | 4C | 0 | 0 | 32 | 64 | 28 | 1E | 64 | 1E |
| Octal | 231 | 114 | 0 | 0 | 62 | 144 | 50 | 36 | 144 | 36 |
| Binary | 10011001 | 1001100 | 0 | 0 | 110010 | 1100100 | 101000 | 11110 | 1100100 | 11110 |
Color Harmonies of #994C00
Complementary color
Monochromatic Colors of #994C00
Black with #994C00
Text Example
Text Example
White with #994C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994C00; }
p { color: rgb(153,76,0); }
H1.HeaderClassName
{
color: #994C00;
}
.AnyTagClassName
{
color: #994C00;
}
</style>
background-color css
<style>
a { background-color: #994C00; }
a { background-color: rgb(153,76,0); }
div.DivClassName
{
background-color: #994C00;
}
.BgClassName
{
background-color: #994C00;
}
</style>
border-color css
<style>
span { border-color: #994C00; }
span { border-color: rgb(153,76,0); }
td.TdClassName
{
border-color: #994C00;
}
.TagClassName
{
border-color: #994C00;
}
</style>