Shades of Saddle Brown #99450E
Tints of Saddle Brown #99450E
RGB
CMYK
RGB Variations
Color information
#99450E (or 0x99450E) is known color: Saddle Brown. HEX triplet: 99, 45 and 0E. RGB value is (153,69,14). Sum of RGB (Red+Green+Blue) = 153+69+14=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #99450E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99450E is #66BAF1. Grayscale: #585858. Windows color (decimal): -6732530 or 935321. OLE color: 935321.
HSL color Cylindrical-coordinate representation of color #99450E: hue angle of 23.74º 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 #99450E is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 69 | 14 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.4 |
| HSL | 23.74º | 0.83% | 0.33% | - |
| HSV(B) | 23.74º | 0.91% | 0.6% | - |
| XYZ | 15.34 | 11.06 | 1.74 | - |
| YUV | 87.85 | 86.33 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 69 | 14 | 0 | 0.55 | 0.91 | 0.4 | 23.74 | 0.83 | 0.33 |
| Hex | 99 | 45 | E | 0 | 37 | 5B | 28 | 18 | 53 | 21 |
| Octal | 231 | 105 | 16 | 0 | 67 | 133 | 50 | 30 | 123 | 41 |
| Binary | 10011001 | 1000101 | 1110 | 0 | 110111 | 1011011 | 101000 | 11000 | 1010011 | 100001 |
Color Harmonies of #99450E
Complementary color
Monochromatic Colors of #99450E
Black with #99450E
Text Example
Text Example
White with #99450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99450E; }
p { color: rgb(153,69,14); }
H1.HeaderClassName
{
color: #99450E;
}
.AnyTagClassName
{
color: #99450E;
}
</style>
background-color css
<style>
a { background-color: #99450E; }
a { background-color: rgb(153,69,14); }
div.DivClassName
{
background-color: #99450E;
}
.BgClassName
{
background-color: #99450E;
}
</style>
border-color css
<style>
span { border-color: #99450E; }
span { border-color: rgb(153,69,14); }
td.TdClassName
{
border-color: #99450E;
}
.TagClassName
{
border-color: #99450E;
}
</style>