Shades of Saddle Brown #994405
Tints of Saddle Brown #994405
RGB
CMYK
RGB Variations
Color information
#994405 (or 0x994405) is known color: Saddle Brown. HEX triplet: 99, 44 and 05. RGB value is (153,68,5). Sum of RGB (Red+Green+Blue) = 153+68+5=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 68 (26.95% from 255 or 30.09% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #994405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994405 is #66BBFA. Grayscale: #565656. Windows color (decimal): -6732795 or 345241. OLE color: 345241.
HSL color Cylindrical-coordinate representation of color #994405: hue angle of 25.54º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #994405 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 5 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.4 |
| HSL | 25.54º | 0.94% | 0.31% | - |
| HSV(B) | 25.54º | 0.97% | 0.6% | - |
| XYZ | 15.23 | 10.92 | 1.45 | - |
| YUV | 86.23 | 82.16 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 5 | 0 | 0.56 | 0.97 | 0.4 | 25.54 | 0.94 | 0.31 |
| Hex | 99 | 44 | 5 | 0 | 38 | 61 | 28 | 1A | 5E | 1F |
| Octal | 231 | 104 | 5 | 0 | 70 | 141 | 50 | 32 | 136 | 37 |
| Binary | 10011001 | 1000100 | 101 | 0 | 111000 | 1100001 | 101000 | 11010 | 1011110 | 11111 |
Color Harmonies of #994405
Complementary color
Monochromatic Colors of #994405
Black with #994405
Text Example
Text Example
White with #994405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994405; }
p { color: rgb(153,68,5); }
H1.HeaderClassName
{
color: #994405;
}
.AnyTagClassName
{
color: #994405;
}
</style>
background-color css
<style>
a { background-color: #994405; }
a { background-color: rgb(153,68,5); }
div.DivClassName
{
background-color: #994405;
}
.BgClassName
{
background-color: #994405;
}
</style>
border-color css
<style>
span { border-color: #994405; }
span { border-color: rgb(153,68,5); }
td.TdClassName
{
border-color: #994405;
}
.TagClassName
{
border-color: #994405;
}
</style>