Shades of Saddle Brown #99440E
Tints of Saddle Brown #99440E
RGB
CMYK
RGB Variations
Color information
#99440E (or 0x99440E) is known color: Saddle Brown. HEX triplet: 99, 44 and 0E. RGB value is (153,68,14). Sum of RGB (Red+Green+Blue) = 153+68+14=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #99440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99440E is #66BBF1. Grayscale: #575757. Windows color (decimal): -6732786 or 935065. OLE color: 935065.
HSL color Cylindrical-coordinate representation of color #99440E: hue angle of 23.31º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99440E is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 14 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.4 |
| HSL | 23.31º | 0.83% | 0.33% | - |
| HSV(B) | 23.31º | 0.91% | 0.6% | - |
| XYZ | 15.28 | 10.94 | 1.72 | - |
| YUV | 87.26 | 86.66 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 14 | 0 | 0.56 | 0.91 | 0.4 | 23.31 | 0.83 | 0.33 |
| Hex | 99 | 44 | E | 0 | 38 | 5B | 28 | 17 | 53 | 21 |
| Octal | 231 | 104 | 16 | 0 | 70 | 133 | 50 | 27 | 123 | 41 |
| Binary | 10011001 | 1000100 | 1110 | 0 | 111000 | 1011011 | 101000 | 10111 | 1010011 | 100001 |
Color Harmonies of #99440E
Complementary color
Monochromatic Colors of #99440E
Black with #99440E
Text Example
Text Example
White with #99440E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99440E; }
p { color: rgb(153,68,14); }
H1.HeaderClassName
{
color: #99440E;
}
.AnyTagClassName
{
color: #99440E;
}
</style>
background-color css
<style>
a { background-color: #99440E; }
a { background-color: rgb(153,68,14); }
div.DivClassName
{
background-color: #99440E;
}
.BgClassName
{
background-color: #99440E;
}
</style>
border-color css
<style>
span { border-color: #99440E; }
span { border-color: rgb(153,68,14); }
td.TdClassName
{
border-color: #99440E;
}
.TagClassName
{
border-color: #99440E;
}
</style>