Shades of Saddle Brown #993C0A
Tints of Saddle Brown #993C0A
RGB
CMYK
RGB Variations
Color information
#993C0A (or 0x993C0A) is known color: Saddle Brown. HEX triplet: 99, 3C and 0A. RGB value is (153,60,10). Sum of RGB (Red+Green+Blue) = 153+60+10=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #993C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993C0A is #66C3F5. Grayscale: #525252. Windows color (decimal): -6734838 or 670873. OLE color: 670873.
HSL color Cylindrical-coordinate representation of color #993C0A: hue angle of 20.98º degrees, saturation: 0.88, 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 #993C0A is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 60 | 10 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.4 |
| HSL | 20.98º | 0.88% | 0.32% | - |
| HSV(B) | 20.98º | 0.93% | 0.6% | - |
| XYZ | 14.81 | 10.03 | 1.44 | - |
| YUV | 82.11 | 87.31 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 10 | 0 | 0.61 | 0.93 | 0.4 | 20.98 | 0.88 | 0.32 |
| Hex | 99 | 3C | A | 0 | 3D | 5D | 28 | 15 | 58 | 20 |
| Octal | 231 | 74 | 12 | 0 | 75 | 135 | 50 | 25 | 130 | 40 |
| Binary | 10011001 | 111100 | 1010 | 0 | 111101 | 1011101 | 101000 | 10101 | 1011000 | 100000 |
Color Harmonies of #993C0A
Complementary color
Monochromatic Colors of #993C0A
Black with #993C0A
Text Example
Text Example
White with #993C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993C0A; }
p { color: rgb(153,60,10); }
H1.HeaderClassName
{
color: #993C0A;
}
.AnyTagClassName
{
color: #993C0A;
}
</style>
background-color css
<style>
a { background-color: #993C0A; }
a { background-color: rgb(153,60,10); }
div.DivClassName
{
background-color: #993C0A;
}
.BgClassName
{
background-color: #993C0A;
}
</style>
border-color css
<style>
span { border-color: #993C0A; }
span { border-color: rgb(153,60,10); }
td.TdClassName
{
border-color: #993C0A;
}
.TagClassName
{
border-color: #993C0A;
}
</style>