Shades of Rope #93553C
Tints of Rope #93553C
RGB
CMYK
RGB Variations
Color information
#93553C (or 0x93553C) is known color: Rope. HEX triplet: 93, 55 and 3C. RGB value is (147,85,60). Sum of RGB (Red+Green+Blue) = 147+85+60=292 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.34% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 147 - color contains mainly: red. Hex color #93553C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93553C is #6CAAC3. Grayscale: #646464. Windows color (decimal): -7121604 or 3954067. OLE color: 3954067.
HSL color Cylindrical-coordinate representation of color #93553C: hue angle of 17.24º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93553C is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 85 | 60 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.42 |
| HSL | 17.24º | 0.42% | 0.41% | - |
| HSV(B) | 17.24º | 0.59% | 0.58% | - |
| XYZ | 16.1 | 13.03 | 5.94 | - |
| YUV | 100.69 | 105.04 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 60 | 0 | 0.42 | 0.59 | 0.42 | 17.24 | 0.42 | 0.41 |
| Hex | 93 | 55 | 3C | 0 | 2A | 3B | 2A | 11 | 2A | 29 |
| Octal | 223 | 125 | 74 | 0 | 52 | 73 | 52 | 21 | 52 | 51 |
| Binary | 10010011 | 1010101 | 111100 | 0 | 101010 | 111011 | 101010 | 10001 | 101010 | 101001 |
Color Harmonies of #93553C
Complementary color
Monochromatic Colors of #93553C
Black with #93553C
Text Example
Text Example
White with #93553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93553C; }
p { color: rgb(147,85,60); }
H1.HeaderClassName
{
color: #93553C;
}
.AnyTagClassName
{
color: #93553C;
}
</style>
background-color css
<style>
a { background-color: #93553C; }
a { background-color: rgb(147,85,60); }
div.DivClassName
{
background-color: #93553C;
}
.BgClassName
{
background-color: #93553C;
}
</style>
border-color css
<style>
span { border-color: #93553C; }
span { border-color: rgb(147,85,60); }
td.TdClassName
{
border-color: #93553C;
}
.TagClassName
{
border-color: #93553C;
}
</style>