Shades of Saddle Brown #933C19
Tints of Saddle Brown #933C19
RGB
CMYK
RGB Variations
Color information
#933C19 (or 0x933C19) is known color: Saddle Brown. HEX triplet: 93, 3C and 19. RGB value is (147,60,25). Sum of RGB (Red+Green+Blue) = 147+60+25=232 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.36% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 147 - color contains mainly: red. Hex color #933C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933C19 is #6CC3E6. Grayscale: #525252. Windows color (decimal): -7128039 or 1653907. OLE color: 1653907.
HSL color Cylindrical-coordinate representation of color #933C19: hue angle of 17.21º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #933C19 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 60 | 25 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.42 |
| HSL | 17.21º | 0.71% | 0.34% | - |
| HSV(B) | 17.21º | 0.83% | 0.58% | - |
| XYZ | 13.82 | 9.5 | 2.03 | - |
| YUV | 82.02 | 95.82 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 60 | 25 | 0 | 0.59 | 0.83 | 0.42 | 17.21 | 0.71 | 0.34 |
| Hex | 93 | 3C | 19 | 0 | 3B | 53 | 2A | 11 | 47 | 22 |
| Octal | 223 | 74 | 31 | 0 | 73 | 123 | 52 | 21 | 107 | 42 |
| Binary | 10010011 | 111100 | 11001 | 0 | 111011 | 1010011 | 101010 | 10001 | 1000111 | 100010 |
Color Harmonies of #933C19
Complementary color
Monochromatic Colors of #933C19
Black with #933C19
Text Example
Text Example
White with #933C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933C19; }
p { color: rgb(147,60,25); }
H1.HeaderClassName
{
color: #933C19;
}
.AnyTagClassName
{
color: #933C19;
}
</style>
background-color css
<style>
a { background-color: #933C19; }
a { background-color: rgb(147,60,25); }
div.DivClassName
{
background-color: #933C19;
}
.BgClassName
{
background-color: #933C19;
}
</style>
border-color css
<style>
span { border-color: #933C19; }
span { border-color: rgb(147,60,25); }
td.TdClassName
{
border-color: #933C19;
}
.TagClassName
{
border-color: #933C19;
}
</style>