Shades of Saddle Brown #994A02
Tints of Saddle Brown #994A02
RGB
CMYK
RGB Variations
Color information
#994A02 (or 0x994A02) is known color: Saddle Brown. HEX triplet: 99, 4A and 02. RGB value is (153,74,2). Sum of RGB (Red+Green+Blue) = 153+74+2=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #994A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994A02 is #66B5FD. Grayscale: #595959. Windows color (decimal): -6731262 or 150169. OLE color: 150169.
HSL color Cylindrical-coordinate representation of color #994A02: hue angle of 28.61º 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 #994A02 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 74 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.4 |
| HSL | 28.61º | 0.97% | 0.3% | - |
| HSV(B) | 28.61º | 0.99% | 0.6% | - |
| XYZ | 15.6 | 11.67 | 1.49 | - |
| YUV | 89.41 | 78.67 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 2 | 0 | 0.52 | 0.99 | 0.4 | 28.61 | 0.97 | 0.3 |
| Hex | 99 | 4A | 2 | 0 | 34 | 63 | 28 | 1D | 61 | 1E |
| Octal | 231 | 112 | 2 | 0 | 64 | 143 | 50 | 35 | 141 | 36 |
| Binary | 10011001 | 1001010 | 10 | 0 | 110100 | 1100011 | 101000 | 11101 | 1100001 | 11110 |
Color Harmonies of #994A02
Complementary color
Monochromatic Colors of #994A02
Black with #994A02
Text Example
Text Example
White with #994A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994A02; }
p { color: rgb(153,74,2); }
H1.HeaderClassName
{
color: #994A02;
}
.AnyTagClassName
{
color: #994A02;
}
</style>
background-color css
<style>
a { background-color: #994A02; }
a { background-color: rgb(153,74,2); }
div.DivClassName
{
background-color: #994A02;
}
.BgClassName
{
background-color: #994A02;
}
</style>
border-color css
<style>
span { border-color: #994A02; }
span { border-color: rgb(153,74,2); }
td.TdClassName
{
border-color: #994A02;
}
.TagClassName
{
border-color: #994A02;
}
</style>