Shades of Saddle Brown #993100
Tints of Saddle Brown #993100
RGB
CMYK
RGB Variations
Color information
#993100 (or 0x993100) is known color: Saddle Brown. HEX triplet: 99, 31 and 00. RGB value is (153,49,0). Sum of RGB (Red+Green+Blue) = 153+49+0=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #993100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993100 is #66CEFF. Grayscale: #4A4A4A. Windows color (decimal): -6737664 or 12697. OLE color: 12697.
HSL color Cylindrical-coordinate representation of color #993100: hue angle of 19.22º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #993100 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 49 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.4 |
| HSL | 19.22º | 1% | 0.3% | - |
| HSV(B) | 19.22º | 1% | 0.6% | - |
| XYZ | 14.24 | 8.97 | 0.98 | - |
| YUV | 74.51 | 85.96 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 49 | 0 | 0 | 0.68 | 1 | 0.4 | 19.22 | 1 | 0.3 |
| Hex | 99 | 31 | 0 | 0 | 44 | 64 | 28 | 13 | 64 | 1E |
| Octal | 231 | 61 | 0 | 0 | 104 | 144 | 50 | 23 | 144 | 36 |
| Binary | 10011001 | 110001 | 0 | 0 | 1000100 | 1100100 | 101000 | 10011 | 1100100 | 11110 |
Color Harmonies of #993100
Complementary color
Monochromatic Colors of #993100
Black with #993100
Text Example
Text Example
White with #993100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993100; }
p { color: rgb(153,49,0); }
H1.HeaderClassName
{
color: #993100;
}
.AnyTagClassName
{
color: #993100;
}
</style>
background-color css
<style>
a { background-color: #993100; }
a { background-color: rgb(153,49,0); }
div.DivClassName
{
background-color: #993100;
}
.BgClassName
{
background-color: #993100;
}
</style>
border-color css
<style>
span { border-color: #993100; }
span { border-color: rgb(153,49,0); }
td.TdClassName
{
border-color: #993100;
}
.TagClassName
{
border-color: #993100;
}
</style>