Shades of Saddle Brown #99370F
Tints of Saddle Brown #99370F
RGB
CMYK
RGB Variations
Color information
#99370F (or 0x99370F) is known color: Saddle Brown. HEX triplet: 99, 37 and 0F. RGB value is (153,55,15). Sum of RGB (Red+Green+Blue) = 153+55+15=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #99370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99370F is #66C8F0. Grayscale: #505050. Windows color (decimal): -6736113 or 997273. OLE color: 997273.
HSL color Cylindrical-coordinate representation of color #99370F: hue angle of 17.39º 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 #99370F is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 55 | 15 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.4 |
| HSL | 17.39º | 0.82% | 0.33% | - |
| HSV(B) | 17.39º | 0.9% | 0.6% | - |
| XYZ | 14.59 | 9.54 | 1.52 | - |
| YUV | 79.74 | 91.47 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 55 | 15 | 0 | 0.64 | 0.90 | 0.4 | 17.39 | 0.82 | 0.33 |
| Hex | 99 | 37 | F | 0 | 40 | 5A | 28 | 11 | 52 | 21 |
| Octal | 231 | 67 | 17 | 0 | 100 | 132 | 50 | 21 | 122 | 41 |
| Binary | 10011001 | 110111 | 1111 | 0 | 1000000 | 1011010 | 101000 | 10001 | 1010010 | 100001 |
Color Harmonies of #99370F
Complementary color
Monochromatic Colors of #99370F
Black with #99370F
Text Example
Text Example
White with #99370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99370F; }
p { color: rgb(153,55,15); }
H1.HeaderClassName
{
color: #99370F;
}
.AnyTagClassName
{
color: #99370F;
}
</style>
background-color css
<style>
a { background-color: #99370F; }
a { background-color: rgb(153,55,15); }
div.DivClassName
{
background-color: #99370F;
}
.BgClassName
{
background-color: #99370F;
}
</style>
border-color css
<style>
span { border-color: #99370F; }
span { border-color: rgb(153,55,15); }
td.TdClassName
{
border-color: #99370F;
}
.TagClassName
{
border-color: #99370F;
}
</style>