Shades of Saddle Brown #933505
Tints of Saddle Brown #933505
RGB
CMYK
RGB Variations
Color information
#933505 (or 0x933505) is known color: Saddle Brown. HEX triplet: 93, 35 and 05. RGB value is (147,53,5). Sum of RGB (Red+Green+Blue) = 147+53+5=205 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.71% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 147 - color contains mainly: red. Hex color #933505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933505 is #6CCAFA. Grayscale: #4B4B4B. Windows color (decimal): -7129851 or 341395. OLE color: 341395.
HSL color Cylindrical-coordinate representation of color #933505: hue angle of 20.28º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #933505 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 53 | 5 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.42 |
| HSL | 20.28º | 0.93% | 0.3% | - |
| HSV(B) | 20.28º | 0.97% | 0.58% | - |
| XYZ | 13.33 | 8.76 | 1.13 | - |
| YUV | 75.63 | 88.14 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 53 | 5 | 0 | 0.64 | 0.97 | 0.42 | 20.28 | 0.93 | 0.3 |
| Hex | 93 | 35 | 5 | 0 | 40 | 61 | 2A | 14 | 5D | 1E |
| Octal | 223 | 65 | 5 | 0 | 100 | 141 | 52 | 24 | 135 | 36 |
| Binary | 10010011 | 110101 | 101 | 0 | 1000000 | 1100001 | 101010 | 10100 | 1011101 | 11110 |
Color Harmonies of #933505
Complementary color
Monochromatic Colors of #933505
Black with #933505
Text Example
Text Example
White with #933505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933505; }
p { color: rgb(147,53,5); }
H1.HeaderClassName
{
color: #933505;
}
.AnyTagClassName
{
color: #933505;
}
</style>
background-color css
<style>
a { background-color: #933505; }
a { background-color: rgb(147,53,5); }
div.DivClassName
{
background-color: #933505;
}
.BgClassName
{
background-color: #933505;
}
</style>
border-color css
<style>
span { border-color: #933505; }
span { border-color: rgb(147,53,5); }
td.TdClassName
{
border-color: #933505;
}
.TagClassName
{
border-color: #933505;
}
</style>