Shades of Saddle Brown #993A0C
Tints of Saddle Brown #993A0C
RGB
CMYK
RGB Variations
Color information
#993A0C (or 0x993A0C) is known color: Saddle Brown. HEX triplet: 99, 3A and 0C. RGB value is (153,58,12). Sum of RGB (Red+Green+Blue) = 153+58+12=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #993A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993A0C is #66C5F3. Grayscale: #515151. Windows color (decimal): -6735348 or 801433. OLE color: 801433.
HSL color Cylindrical-coordinate representation of color #993A0C: hue angle of 19.57º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #993A0C is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 58 | 12 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.4 |
| HSL | 19.57º | 0.85% | 0.32% | - |
| HSV(B) | 19.57º | 0.92% | 0.6% | - |
| XYZ | 14.72 | 9.82 | 1.47 | - |
| YUV | 81.16 | 88.97 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 58 | 12 | 0 | 0.62 | 0.92 | 0.4 | 19.57 | 0.85 | 0.32 |
| Hex | 99 | 3A | C | 0 | 3E | 5C | 28 | 14 | 55 | 20 |
| Octal | 231 | 72 | 14 | 0 | 76 | 134 | 50 | 24 | 125 | 40 |
| Binary | 10011001 | 111010 | 1100 | 0 | 111110 | 1011100 | 101000 | 10100 | 1010101 | 100000 |
Color Harmonies of #993A0C
Complementary color
Monochromatic Colors of #993A0C
Black with #993A0C
Text Example
Text Example
White with #993A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993A0C; }
p { color: rgb(153,58,12); }
H1.HeaderClassName
{
color: #993A0C;
}
.AnyTagClassName
{
color: #993A0C;
}
</style>
background-color css
<style>
a { background-color: #993A0C; }
a { background-color: rgb(153,58,12); }
div.DivClassName
{
background-color: #993A0C;
}
.BgClassName
{
background-color: #993A0C;
}
</style>
border-color css
<style>
span { border-color: #993A0C; }
span { border-color: rgb(153,58,12); }
td.TdClassName
{
border-color: #993A0C;
}
.TagClassName
{
border-color: #993A0C;
}
</style>