Shades of Saddle Brown #994D02
Tints of Saddle Brown #994D02
RGB
CMYK
RGB Variations
Color information
#994D02 (or 0x994D02) is known color: Saddle Brown. HEX triplet: 99, 4D and 02. RGB value is (153,77,2). Sum of RGB (Red+Green+Blue) = 153+77+2=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #994D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #994D02 is #66B2FD. Grayscale: #5B5B5B. Windows color (decimal): -6730494 or 150937. OLE color: 150937.
HSL color Cylindrical-coordinate representation of color #994D02: hue angle of 29.8º 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 #994D02 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 77 | 2 | - |
| CMYK | 0 | 0.50 | 0.99 | 0.4 |
| HSL | 29.8º | 0.97% | 0.3% | - |
| HSV(B) | 29.8º | 0.99% | 0.6% | - |
| XYZ | 15.8 | 12.08 | 1.56 | - |
| YUV | 91.17 | 77.68 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 77 | 2 | 0 | 0.50 | 0.99 | 0.4 | 29.8 | 0.97 | 0.3 |
| Hex | 99 | 4D | 2 | 0 | 32 | 63 | 28 | 1E | 61 | 1E |
| Octal | 231 | 115 | 2 | 0 | 62 | 143 | 50 | 36 | 141 | 36 |
| Binary | 10011001 | 1001101 | 10 | 0 | 110010 | 1100011 | 101000 | 11110 | 1100001 | 11110 |
Color Harmonies of #994D02
Complementary color
Monochromatic Colors of #994D02
Black with #994D02
Text Example
Text Example
White with #994D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994D02; }
p { color: rgb(153,77,2); }
H1.HeaderClassName
{
color: #994D02;
}
.AnyTagClassName
{
color: #994D02;
}
</style>
background-color css
<style>
a { background-color: #994D02; }
a { background-color: rgb(153,77,2); }
div.DivClassName
{
background-color: #994D02;
}
.BgClassName
{
background-color: #994D02;
}
</style>
border-color css
<style>
span { border-color: #994D02; }
span { border-color: rgb(153,77,2); }
td.TdClassName
{
border-color: #994D02;
}
.TagClassName
{
border-color: #994D02;
}
</style>