Shades of Saddle Brown #994207
Tints of Saddle Brown #994207
RGB
CMYK
RGB Variations
Color information
#994207 (or 0x994207) is known color: Saddle Brown. HEX triplet: 99, 42 and 07. RGB value is (153,66,7). Sum of RGB (Red+Green+Blue) = 153+66+7=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #994207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994207 is #66BDF8. Grayscale: #555555. Windows color (decimal): -6733305 or 475801. OLE color: 475801.
HSL color Cylindrical-coordinate representation of color #994207: hue angle of 24.25º 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 #994207 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 66 | 7 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.4 |
| HSL | 24.25º | 0.91% | 0.31% | - |
| HSV(B) | 24.25º | 0.95% | 0.6% | - |
| XYZ | 15.12 | 10.68 | 1.47 | - |
| YUV | 85.29 | 83.82 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 7 | 0 | 0.57 | 0.95 | 0.4 | 24.25 | 0.91 | 0.31 |
| Hex | 99 | 42 | 7 | 0 | 39 | 5F | 28 | 18 | 5B | 1F |
| Octal | 231 | 102 | 7 | 0 | 71 | 137 | 50 | 30 | 133 | 37 |
| Binary | 10011001 | 1000010 | 111 | 0 | 111001 | 1011111 | 101000 | 11000 | 1011011 | 11111 |
Color Harmonies of #994207
Complementary color
Monochromatic Colors of #994207
Black with #994207
Text Example
Text Example
White with #994207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994207; }
p { color: rgb(153,66,7); }
H1.HeaderClassName
{
color: #994207;
}
.AnyTagClassName
{
color: #994207;
}
</style>
background-color css
<style>
a { background-color: #994207; }
a { background-color: rgb(153,66,7); }
div.DivClassName
{
background-color: #994207;
}
.BgClassName
{
background-color: #994207;
}
</style>
border-color css
<style>
span { border-color: #994207; }
span { border-color: rgb(153,66,7); }
td.TdClassName
{
border-color: #994207;
}
.TagClassName
{
border-color: #994207;
}
</style>