Shades of Saddle Brown #99370E
Tints of Saddle Brown #99370E
RGB
CMYK
RGB Variations
Color information
#99370E (or 0x99370E) is known color: Saddle Brown. HEX triplet: 99, 37 and 0E. RGB value is (153,55,14). Sum of RGB (Red+Green+Blue) = 153+55+14=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #99370E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99370E is #66C8F1. Grayscale: #4F4F4F. Windows color (decimal): -6736114 or 931737. OLE color: 931737.
HSL color Cylindrical-coordinate representation of color #99370E: hue angle of 17.7º 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 #99370E is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 55 | 14 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.4 |
| HSL | 17.7º | 0.83% | 0.33% | - |
| HSV(B) | 17.7º | 0.91% | 0.6% | - |
| XYZ | 14.58 | 9.54 | 1.49 | - |
| YUV | 79.63 | 90.97 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 14 | 0 | 0.64 | 0.91 | 0.4 | 17.7 | 0.83 | 0.33 |
| Hex | 99 | 37 | E | 0 | 40 | 5B | 28 | 12 | 53 | 21 |
| Octal | 231 | 67 | 16 | 0 | 100 | 133 | 50 | 22 | 123 | 41 |
| Binary | 10011001 | 110111 | 1110 | 0 | 1000000 | 1011011 | 101000 | 10010 | 1010011 | 100001 |
Color Harmonies of #99370E
Complementary color
Monochromatic Colors of #99370E
Black with #99370E
Text Example
Text Example
White with #99370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99370E; }
p { color: rgb(153,55,14); }
H1.HeaderClassName
{
color: #99370E;
}
.AnyTagClassName
{
color: #99370E;
}
</style>
background-color css
<style>
a { background-color: #99370E; }
a { background-color: rgb(153,55,14); }
div.DivClassName
{
background-color: #99370E;
}
.BgClassName
{
background-color: #99370E;
}
</style>
border-color css
<style>
span { border-color: #99370E; }
span { border-color: rgb(153,55,14); }
td.TdClassName
{
border-color: #99370E;
}
.TagClassName
{
border-color: #99370E;
}
</style>