Shades of Saddle Brown #99370D
Tints of Saddle Brown #99370D
RGB
CMYK
RGB Variations
Color information
#99370D (or 0x99370D) is known color: Saddle Brown. HEX triplet: 99, 37 and 0D. RGB value is (153,55,13). Sum of RGB (Red+Green+Blue) = 153+55+13=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #99370D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99370D is #66C8F2. Grayscale: #4F4F4F. Windows color (decimal): -6736115 or 866201. OLE color: 866201.
HSL color Cylindrical-coordinate representation of color #99370D: hue angle of 18º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99370D is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 55 | 13 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.4 |
| HSL | 18º | 0.84% | 0.33% | - |
| HSV(B) | 18º | 0.92% | 0.6% | - |
| XYZ | 14.58 | 9.53 | 1.45 | - |
| YUV | 79.51 | 90.47 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 13 | 0 | 0.64 | 0.92 | 0.4 | 18 | 0.84 | 0.33 |
| Hex | 99 | 37 | D | 0 | 40 | 5C | 28 | 12 | 54 | 21 |
| Octal | 231 | 67 | 15 | 0 | 100 | 134 | 50 | 22 | 124 | 41 |
| Binary | 10011001 | 110111 | 1101 | 0 | 1000000 | 1011100 | 101000 | 10010 | 1010100 | 100001 |
Color Harmonies of #99370D
Complementary color
Monochromatic Colors of #99370D
Black with #99370D
Text Example
Text Example
White with #99370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99370D; }
p { color: rgb(153,55,13); }
H1.HeaderClassName
{
color: #99370D;
}
.AnyTagClassName
{
color: #99370D;
}
</style>
background-color css
<style>
a { background-color: #99370D; }
a { background-color: rgb(153,55,13); }
div.DivClassName
{
background-color: #99370D;
}
.BgClassName
{
background-color: #99370D;
}
</style>
border-color css
<style>
span { border-color: #99370D; }
span { border-color: rgb(153,55,13); }
td.TdClassName
{
border-color: #99370D;
}
.TagClassName
{
border-color: #99370D;
}
</style>