Shades of Saddle Brown #993D12
Tints of Saddle Brown #993D12
RGB
CMYK
RGB Variations
Color information
#993D12 (or 0x993D12) is known color: Saddle Brown. HEX triplet: 99, 3D and 12. RGB value is (153,61,18). Sum of RGB (Red+Green+Blue) = 153+61+18=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #993D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993D12 is #66C2ED. Grayscale: #535353. Windows color (decimal): -6734574 or 1195417. OLE color: 1195417.
HSL color Cylindrical-coordinate representation of color #993D12: hue angle of 19.11º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #993D12 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 61 | 18 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.4 |
| HSL | 19.11º | 0.79% | 0.34% | - |
| HSV(B) | 19.11º | 0.88% | 0.6% | - |
| XYZ | 14.91 | 10.15 | 1.75 | - |
| YUV | 83.61 | 90.98 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 18 | 0 | 0.60 | 0.88 | 0.4 | 19.11 | 0.79 | 0.34 |
| Hex | 99 | 3D | 12 | 0 | 3C | 58 | 28 | 13 | 4F | 22 |
| Octal | 231 | 75 | 22 | 0 | 74 | 130 | 50 | 23 | 117 | 42 |
| Binary | 10011001 | 111101 | 10010 | 0 | 111100 | 1011000 | 101000 | 10011 | 1001111 | 100010 |
Color Harmonies of #993D12
Complementary color
Monochromatic Colors of #993D12
Black with #993D12
Text Example
Text Example
White with #993D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993D12; }
p { color: rgb(153,61,18); }
H1.HeaderClassName
{
color: #993D12;
}
.AnyTagClassName
{
color: #993D12;
}
</style>
background-color css
<style>
a { background-color: #993D12; }
a { background-color: rgb(153,61,18); }
div.DivClassName
{
background-color: #993D12;
}
.BgClassName
{
background-color: #993D12;
}
</style>
border-color css
<style>
span { border-color: #993D12; }
span { border-color: rgb(153,61,18); }
td.TdClassName
{
border-color: #993D12;
}
.TagClassName
{
border-color: #993D12;
}
</style>