Shades of Saddle Brown #993C17
Tints of Saddle Brown #993C17
RGB
CMYK
RGB Variations
Color information
#993C17 (or 0x993C17) is known color: Saddle Brown. HEX triplet: 99, 3C and 17. RGB value is (153,60,23). Sum of RGB (Red+Green+Blue) = 153+60+23=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #993C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993C17 is #66C3E8. Grayscale: #535353. Windows color (decimal): -6734825 or 1522841. OLE color: 1522841.
HSL color Cylindrical-coordinate representation of color #993C17: hue angle of 17.08º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #993C17 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 60 | 23 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.4 |
| HSL | 17.08º | 0.74% | 0.35% | - |
| HSV(B) | 17.08º | 0.85% | 0.6% | - |
| XYZ | 14.91 | 10.07 | 1.97 | - |
| YUV | 83.59 | 93.81 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 23 | 0 | 0.61 | 0.85 | 0.4 | 17.08 | 0.74 | 0.35 |
| Hex | 99 | 3C | 17 | 0 | 3D | 55 | 28 | 11 | 4A | 23 |
| Octal | 231 | 74 | 27 | 0 | 75 | 125 | 50 | 21 | 112 | 43 |
| Binary | 10011001 | 111100 | 10111 | 0 | 111101 | 1010101 | 101000 | 10001 | 1001010 | 100011 |
Color Harmonies of #993C17
Complementary color
Monochromatic Colors of #993C17
Black with #993C17
Text Example
Text Example
White with #993C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993C17; }
p { color: rgb(153,60,23); }
H1.HeaderClassName
{
color: #993C17;
}
.AnyTagClassName
{
color: #993C17;
}
</style>
background-color css
<style>
a { background-color: #993C17; }
a { background-color: rgb(153,60,23); }
div.DivClassName
{
background-color: #993C17;
}
.BgClassName
{
background-color: #993C17;
}
</style>
border-color css
<style>
span { border-color: #993C17; }
span { border-color: rgb(153,60,23); }
td.TdClassName
{
border-color: #993C17;
}
.TagClassName
{
border-color: #993C17;
}
</style>