Shades of Saddle Brown #99440F
Tints of Saddle Brown #99440F
RGB
CMYK
RGB Variations
Color information
#99440F (or 0x99440F) is known color: Saddle Brown. HEX triplet: 99, 44 and 0F. RGB value is (153,68,15). Sum of RGB (Red+Green+Blue) = 153+68+15=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #99440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99440F is #66BBF0. Grayscale: #575757. Windows color (decimal): -6732785 or 1000601. OLE color: 1000601.
HSL color Cylindrical-coordinate representation of color #99440F: hue angle of 23.04º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99440F is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 68 | 15 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.4 |
| HSL | 23.04º | 0.82% | 0.33% | - |
| HSV(B) | 23.04º | 0.9% | 0.6% | - |
| XYZ | 15.29 | 10.94 | 1.76 | - |
| YUV | 87.37 | 87.16 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 68 | 15 | 0 | 0.56 | 0.90 | 0.4 | 23.04 | 0.82 | 0.33 |
| Hex | 99 | 44 | F | 0 | 38 | 5A | 28 | 17 | 52 | 21 |
| Octal | 231 | 104 | 17 | 0 | 70 | 132 | 50 | 27 | 122 | 41 |
| Binary | 10011001 | 1000100 | 1111 | 0 | 111000 | 1011010 | 101000 | 10111 | 1010010 | 100001 |
Color Harmonies of #99440F
Complementary color
Monochromatic Colors of #99440F
Black with #99440F
Text Example
Text Example
White with #99440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99440F; }
p { color: rgb(153,68,15); }
H1.HeaderClassName
{
color: #99440F;
}
.AnyTagClassName
{
color: #99440F;
}
</style>
background-color css
<style>
a { background-color: #99440F; }
a { background-color: rgb(153,68,15); }
div.DivClassName
{
background-color: #99440F;
}
.BgClassName
{
background-color: #99440F;
}
</style>
border-color css
<style>
span { border-color: #99440F; }
span { border-color: rgb(153,68,15); }
td.TdClassName
{
border-color: #99440F;
}
.TagClassName
{
border-color: #99440F;
}
</style>