Shades of Saddle Brown #994305
Tints of Saddle Brown #994305
RGB
CMYK
RGB Variations
Color information
#994305 (or 0x994305) is known color: Saddle Brown. HEX triplet: 99, 43 and 05. RGB value is (153,67,5). Sum of RGB (Red+Green+Blue) = 153+67+5=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #994305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994305 is #66BCFA. Grayscale: #555555. Windows color (decimal): -6733051 or 344985. OLE color: 344985.
HSL color Cylindrical-coordinate representation of color #994305: hue angle of 25.14º 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 #994305 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 67 | 5 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.4 |
| HSL | 25.14º | 0.94% | 0.31% | - |
| HSV(B) | 25.14º | 0.97% | 0.6% | - |
| XYZ | 15.17 | 10.8 | 1.43 | - |
| YUV | 85.65 | 82.49 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 5 | 0 | 0.56 | 0.97 | 0.4 | 25.14 | 0.94 | 0.31 |
| Hex | 99 | 43 | 5 | 0 | 38 | 61 | 28 | 19 | 5E | 1F |
| Octal | 231 | 103 | 5 | 0 | 70 | 141 | 50 | 31 | 136 | 37 |
| Binary | 10011001 | 1000011 | 101 | 0 | 111000 | 1100001 | 101000 | 11001 | 1011110 | 11111 |
Color Harmonies of #994305
Complementary color
Monochromatic Colors of #994305
Black with #994305
Text Example
Text Example
White with #994305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994305; }
p { color: rgb(153,67,5); }
H1.HeaderClassName
{
color: #994305;
}
.AnyTagClassName
{
color: #994305;
}
</style>
background-color css
<style>
a { background-color: #994305; }
a { background-color: rgb(153,67,5); }
div.DivClassName
{
background-color: #994305;
}
.BgClassName
{
background-color: #994305;
}
</style>
border-color css
<style>
span { border-color: #994305; }
span { border-color: rgb(153,67,5); }
td.TdClassName
{
border-color: #994305;
}
.TagClassName
{
border-color: #994305;
}
</style>