Shades of Saddle Brown #993D19
Tints of Saddle Brown #993D19
RGB
CMYK
RGB Variations
Color information
#993D19 (or 0x993D19) is known color: Saddle Brown. HEX triplet: 99, 3D and 19. RGB value is (153,61,25). Sum of RGB (Red+Green+Blue) = 153+61+25=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #993D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993D19 is #66C2E6. Grayscale: #545454. Windows color (decimal): -6734567 or 1654169. OLE color: 1654169.
HSL color Cylindrical-coordinate representation of color #993D19: hue angle of 16.88º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #993D19 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 25 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.4 |
| HSL | 16.88º | 0.72% | 0.35% | - |
| HSV(B) | 16.88º | 0.84% | 0.6% | - |
| XYZ | 14.98 | 10.18 | 2.1 | - |
| YUV | 84.4 | 94.48 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 25 | 0 | 0.60 | 0.84 | 0.4 | 16.88 | 0.72 | 0.35 |
| Hex | 99 | 3D | 19 | 0 | 3C | 54 | 28 | 11 | 48 | 23 |
| Octal | 231 | 75 | 31 | 0 | 74 | 124 | 50 | 21 | 110 | 43 |
| Binary | 10011001 | 111101 | 11001 | 0 | 111100 | 1010100 | 101000 | 10001 | 1001000 | 100011 |
Color Harmonies of #993D19
Complementary color
Monochromatic Colors of #993D19
Black with #993D19
Text Example
Text Example
White with #993D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D19; }
p { color: rgb(153,61,25); }
H1.HeaderClassName
{
color: #993D19;
}
.AnyTagClassName
{
color: #993D19;
}
</style>
background-color css
<style>
a { background-color: #993D19; }
a { background-color: rgb(153,61,25); }
div.DivClassName
{
background-color: #993D19;
}
.BgClassName
{
background-color: #993D19;
}
</style>
border-color css
<style>
span { border-color: #993D19; }
span { border-color: rgb(153,61,25); }
td.TdClassName
{
border-color: #993D19;
}
.TagClassName
{
border-color: #993D19;
}
</style>