Shades of Saddle Brown #99390E
Tints of Saddle Brown #99390E
RGB
CMYK
RGB Variations
Color information
#99390E (or 0x99390E) is known color: Saddle Brown. HEX triplet: 99, 39 and 0E. RGB value is (153,57,14). Sum of RGB (Red+Green+Blue) = 153+57+14=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #99390E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99390E is #66C6F1. Grayscale: #515151. Windows color (decimal): -6735602 or 932249. OLE color: 932249.
HSL color Cylindrical-coordinate representation of color #99390E: hue angle of 18.56º 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 #99390E is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 14 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.4 |
| HSL | 18.56º | 0.83% | 0.33% | - |
| HSV(B) | 18.56º | 0.91% | 0.6% | - |
| XYZ | 14.68 | 9.73 | 1.52 | - |
| YUV | 80.8 | 90.3 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 14 | 0 | 0.63 | 0.91 | 0.4 | 18.56 | 0.83 | 0.33 |
| Hex | 99 | 39 | E | 0 | 3F | 5B | 28 | 13 | 53 | 21 |
| Octal | 231 | 71 | 16 | 0 | 77 | 133 | 50 | 23 | 123 | 41 |
| Binary | 10011001 | 111001 | 1110 | 0 | 111111 | 1011011 | 101000 | 10011 | 1010011 | 100001 |
Color Harmonies of #99390E
Complementary color
Monochromatic Colors of #99390E
Black with #99390E
Text Example
Text Example
White with #99390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99390E; }
p { color: rgb(153,57,14); }
H1.HeaderClassName
{
color: #99390E;
}
.AnyTagClassName
{
color: #99390E;
}
</style>
background-color css
<style>
a { background-color: #99390E; }
a { background-color: rgb(153,57,14); }
div.DivClassName
{
background-color: #99390E;
}
.BgClassName
{
background-color: #99390E;
}
</style>
border-color css
<style>
span { border-color: #99390E; }
span { border-color: rgb(153,57,14); }
td.TdClassName
{
border-color: #99390E;
}
.TagClassName
{
border-color: #99390E;
}
</style>