Shades of Saddle Brown #993910
Tints of Saddle Brown #993910
RGB
CMYK
RGB Variations
Color information
#993910 (or 0x993910) is known color: Saddle Brown. HEX triplet: 99, 39 and 10. RGB value is (153,57,16). Sum of RGB (Red+Green+Blue) = 153+57+16=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #993910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993910 is #66C6EF. Grayscale: #515151. Windows color (decimal): -6735600 or 1063321. OLE color: 1063321.
HSL color Cylindrical-coordinate representation of color #993910: hue angle of 17.96º degrees, saturation: 0.81, 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 #993910 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 57 | 16 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.4 |
| HSL | 17.96º | 0.81% | 0.33% | - |
| HSV(B) | 17.96º | 0.9% | 0.6% | - |
| XYZ | 14.69 | 9.74 | 1.6 | - |
| YUV | 81.03 | 91.3 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 57 | 16 | 0 | 0.63 | 0.90 | 0.4 | 17.96 | 0.81 | 0.33 |
| Hex | 99 | 39 | 10 | 0 | 3F | 5A | 28 | 12 | 51 | 21 |
| Octal | 231 | 71 | 20 | 0 | 77 | 132 | 50 | 22 | 121 | 41 |
| Binary | 10011001 | 111001 | 10000 | 0 | 111111 | 1011010 | 101000 | 10010 | 1010001 | 100001 |
Color Harmonies of #993910
Complementary color
Monochromatic Colors of #993910
Black with #993910
Text Example
Text Example
White with #993910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993910; }
p { color: rgb(153,57,16); }
H1.HeaderClassName
{
color: #993910;
}
.AnyTagClassName
{
color: #993910;
}
</style>
background-color css
<style>
a { background-color: #993910; }
a { background-color: rgb(153,57,16); }
div.DivClassName
{
background-color: #993910;
}
.BgClassName
{
background-color: #993910;
}
</style>
border-color css
<style>
span { border-color: #993910; }
span { border-color: rgb(153,57,16); }
td.TdClassName
{
border-color: #993910;
}
.TagClassName
{
border-color: #993910;
}
</style>