Shades of Saddle Brown #993D18
Tints of Saddle Brown #993D18
RGB
CMYK
RGB Variations
Color information
#993D18 (or 0x993D18) is known color: Saddle Brown. HEX triplet: 99, 3D and 18. RGB value is (153,61,24). Sum of RGB (Red+Green+Blue) = 153+61+24=238 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.29% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 153 - color contains mainly: red. Hex color #993D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993D18 is #66C2E7. Grayscale: #545454. Windows color (decimal): -6734568 or 1588633. OLE color: 1588633.
HSL color Cylindrical-coordinate representation of color #993D18: hue angle of 17.21º degrees, saturation: 0.73, 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 #993D18 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 24 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.4 |
| HSL | 17.21º | 0.73% | 0.35% | - |
| HSV(B) | 17.21º | 0.84% | 0.6% | - |
| XYZ | 14.97 | 10.18 | 2.04 | - |
| YUV | 84.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 24 | 0 | 0.60 | 0.84 | 0.4 | 17.21 | 0.73 | 0.35 |
| Hex | 99 | 3D | 18 | 0 | 3C | 54 | 28 | 11 | 49 | 23 |
| Octal | 231 | 75 | 30 | 0 | 74 | 124 | 50 | 21 | 111 | 43 |
| Binary | 10011001 | 111101 | 11000 | 0 | 111100 | 1010100 | 101000 | 10001 | 1001001 | 100011 |
Color Harmonies of #993D18
Complementary color
Monochromatic Colors of #993D18
Black with #993D18
Text Example
Text Example
White with #993D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D18; }
p { color: rgb(153,61,24); }
H1.HeaderClassName
{
color: #993D18;
}
.AnyTagClassName
{
color: #993D18;
}
</style>
background-color css
<style>
a { background-color: #993D18; }
a { background-color: rgb(153,61,24); }
div.DivClassName
{
background-color: #993D18;
}
.BgClassName
{
background-color: #993D18;
}
</style>
border-color css
<style>
span { border-color: #993D18; }
span { border-color: rgb(153,61,24); }
td.TdClassName
{
border-color: #993D18;
}
.TagClassName
{
border-color: #993D18;
}
</style>