Shades of Rope #93583D
Tints of Rope #93583D
RGB
CMYK
RGB Variations
Color information
#93583D (or 0x93583D) is known color: Rope. HEX triplet: 93, 58 and 3D. RGB value is (147,88,61). Sum of RGB (Red+Green+Blue) = 147+88+61=296 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.66% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 147 - color contains mainly: red. Hex color #93583D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93583D is #6CA7C2. Grayscale: #666666. Windows color (decimal): -7120835 or 4020371. OLE color: 4020371.
HSL color Cylindrical-coordinate representation of color #93583D: hue angle of 18.84º degrees, saturation: 0.41, 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 #93583D is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 88 | 61 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.42 |
| HSL | 18.84º | 0.41% | 0.41% | - |
| HSV(B) | 18.84º | 0.59% | 0.58% | - |
| XYZ | 16.36 | 13.52 | 6.16 | - |
| YUV | 102.56 | 104.55 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 61 | 0 | 0.40 | 0.59 | 0.42 | 18.84 | 0.41 | 0.41 |
| Hex | 93 | 58 | 3D | 0 | 28 | 3B | 2A | 13 | 29 | 29 |
| Octal | 223 | 130 | 75 | 0 | 50 | 73 | 52 | 23 | 51 | 51 |
| Binary | 10010011 | 1011000 | 111101 | 0 | 101000 | 111011 | 101010 | 10011 | 101001 | 101001 |
Color Harmonies of #93583D
Complementary color
Monochromatic Colors of #93583D
Black with #93583D
Text Example
Text Example
White with #93583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93583D; }
p { color: rgb(147,88,61); }
H1.HeaderClassName
{
color: #93583D;
}
.AnyTagClassName
{
color: #93583D;
}
</style>
background-color css
<style>
a { background-color: #93583D; }
a { background-color: rgb(147,88,61); }
div.DivClassName
{
background-color: #93583D;
}
.BgClassName
{
background-color: #93583D;
}
</style>
border-color css
<style>
span { border-color: #93583D; }
span { border-color: rgb(147,88,61); }
td.TdClassName
{
border-color: #93583D;
}
.TagClassName
{
border-color: #93583D;
}
</style>