Shades of Saddle Brown #994A07
Tints of Saddle Brown #994A07
RGB
CMYK
RGB Variations
Color information
#994A07 (or 0x994A07) is known color: Saddle Brown. HEX triplet: 99, 4A and 07. RGB value is (153,74,7). Sum of RGB (Red+Green+Blue) = 153+74+7=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #994A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994A07 is #66B5F8. Grayscale: #5A5A5A. Windows color (decimal): -6731257 or 477849. OLE color: 477849.
HSL color Cylindrical-coordinate representation of color #994A07: hue angle of 27.53º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #994A07 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 74 | 7 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.4 |
| HSL | 27.53º | 0.91% | 0.31% | - |
| HSV(B) | 27.53º | 0.95% | 0.6% | - |
| XYZ | 15.62 | 11.69 | 1.63 | - |
| YUV | 89.98 | 81.17 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 7 | 0 | 0.52 | 0.95 | 0.4 | 27.53 | 0.91 | 0.31 |
| Hex | 99 | 4A | 7 | 0 | 34 | 5F | 28 | 1C | 5B | 1F |
| Octal | 231 | 112 | 7 | 0 | 64 | 137 | 50 | 34 | 133 | 37 |
| Binary | 10011001 | 1001010 | 111 | 0 | 110100 | 1011111 | 101000 | 11100 | 1011011 | 11111 |
Color Harmonies of #994A07
Complementary color
Monochromatic Colors of #994A07
Black with #994A07
Text Example
Text Example
White with #994A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994A07; }
p { color: rgb(153,74,7); }
H1.HeaderClassName
{
color: #994A07;
}
.AnyTagClassName
{
color: #994A07;
}
</style>
background-color css
<style>
a { background-color: #994A07; }
a { background-color: rgb(153,74,7); }
div.DivClassName
{
background-color: #994A07;
}
.BgClassName
{
background-color: #994A07;
}
</style>
border-color css
<style>
span { border-color: #994A07; }
span { border-color: rgb(153,74,7); }
td.TdClassName
{
border-color: #994A07;
}
.TagClassName
{
border-color: #994A07;
}
</style>