Shades of Saddle Brown #993D0B
Tints of Saddle Brown #993D0B
RGB
CMYK
RGB Variations
Color information
#993D0B (or 0x993D0B) is known color: Saddle Brown. HEX triplet: 99, 3D and 0B. RGB value is (153,61,11). Sum of RGB (Red+Green+Blue) = 153+61+11=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #993D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993D0B is #66C2F4. Grayscale: #535353. Windows color (decimal): -6734581 or 736665. OLE color: 736665.
HSL color Cylindrical-coordinate representation of color #993D0B: hue angle of 21.13º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #993D0B is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 11 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.4 |
| HSL | 21.13º | 0.87% | 0.32% | - |
| HSV(B) | 21.13º | 0.93% | 0.6% | - |
| XYZ | 14.87 | 10.13 | 1.49 | - |
| YUV | 82.81 | 87.48 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 11 | 0 | 0.60 | 0.93 | 0.4 | 21.13 | 0.87 | 0.32 |
| Hex | 99 | 3D | B | 0 | 3C | 5D | 28 | 15 | 57 | 20 |
| Octal | 231 | 75 | 13 | 0 | 74 | 135 | 50 | 25 | 127 | 40 |
| Binary | 10011001 | 111101 | 1011 | 0 | 111100 | 1011101 | 101000 | 10101 | 1010111 | 100000 |
Color Harmonies of #993D0B
Complementary color
Monochromatic Colors of #993D0B
Black with #993D0B
Text Example
Text Example
White with #993D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D0B; }
p { color: rgb(153,61,11); }
H1.HeaderClassName
{
color: #993D0B;
}
.AnyTagClassName
{
color: #993D0B;
}
</style>
background-color css
<style>
a { background-color: #993D0B; }
a { background-color: rgb(153,61,11); }
div.DivClassName
{
background-color: #993D0B;
}
.BgClassName
{
background-color: #993D0B;
}
</style>
border-color css
<style>
span { border-color: #993D0B; }
span { border-color: rgb(153,61,11); }
td.TdClassName
{
border-color: #993D0B;
}
.TagClassName
{
border-color: #993D0B;
}
</style>