Shades of Rope #93573C
Tints of Rope #93573C
RGB
CMYK
RGB Variations
Color information
#93573C (or 0x93573C) is known color: Rope. HEX triplet: 93, 57 and 3C. RGB value is (147,87,60). Sum of RGB (Red+Green+Blue) = 147+87+60=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #93573C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93573C is #6CA8C3. Grayscale: #666666. Windows color (decimal): -7121092 or 3954579. OLE color: 3954579.
HSL color Cylindrical-coordinate representation of color #93573C: hue angle of 18.62º 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 #93573C is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 87 | 60 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.42 |
| HSL | 18.62º | 0.42% | 0.41% | - |
| HSV(B) | 18.62º | 0.59% | 0.58% | - |
| XYZ | 16.26 | 13.35 | 5.99 | - |
| YUV | 101.86 | 104.38 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 60 | 0 | 0.41 | 0.59 | 0.42 | 18.62 | 0.42 | 0.41 |
| Hex | 93 | 57 | 3C | 0 | 29 | 3B | 2A | 13 | 2A | 29 |
| Octal | 223 | 127 | 74 | 0 | 51 | 73 | 52 | 23 | 52 | 51 |
| Binary | 10010011 | 1010111 | 111100 | 0 | 101001 | 111011 | 101010 | 10011 | 101010 | 101001 |
Color Harmonies of #93573C
Complementary color
Monochromatic Colors of #93573C
Black with #93573C
Text Example
Text Example
White with #93573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93573C; }
p { color: rgb(147,87,60); }
H1.HeaderClassName
{
color: #93573C;
}
.AnyTagClassName
{
color: #93573C;
}
</style>
background-color css
<style>
a { background-color: #93573C; }
a { background-color: rgb(147,87,60); }
div.DivClassName
{
background-color: #93573C;
}
.BgClassName
{
background-color: #93573C;
}
</style>
border-color css
<style>
span { border-color: #93573C; }
span { border-color: rgb(147,87,60); }
td.TdClassName
{
border-color: #93573C;
}
.TagClassName
{
border-color: #93573C;
}
</style>