Shades of Rope #93583A
Tints of Rope #93583A
RGB
CMYK
RGB Variations
Color information
#93583A (or 0x93583A) is known color: Rope. HEX triplet: 93, 58 and 3A. RGB value is (147,88,58). Sum of RGB (Red+Green+Blue) = 147+88+58=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93583A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93583A is #6CA7C5. Grayscale: #666666. Windows color (decimal): -7120838 or 3823763. OLE color: 3823763.
HSL color Cylindrical-coordinate representation of color #93583A: hue angle of 20.22º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93583A is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 88 | 58 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.42 |
| HSL | 20.22º | 0.43% | 0.4% | - |
| HSV(B) | 20.22º | 0.61% | 0.58% | - |
| XYZ | 16.29 | 13.49 | 5.75 | - |
| YUV | 102.22 | 103.05 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 58 | 0 | 0.40 | 0.61 | 0.42 | 20.22 | 0.43 | 0.4 |
| Hex | 93 | 58 | 3A | 0 | 28 | 3D | 2A | 14 | 2B | 28 |
| Octal | 223 | 130 | 72 | 0 | 50 | 75 | 52 | 24 | 53 | 50 |
| Binary | 10010011 | 1011000 | 111010 | 0 | 101000 | 111101 | 101010 | 10100 | 101011 | 101000 |
Color Harmonies of #93583A
Complementary color
Monochromatic Colors of #93583A
Black with #93583A
Text Example
Text Example
White with #93583A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93583A; }
p { color: rgb(147,88,58); }
H1.HeaderClassName
{
color: #93583A;
}
.AnyTagClassName
{
color: #93583A;
}
</style>
background-color css
<style>
a { background-color: #93583A; }
a { background-color: rgb(147,88,58); }
div.DivClassName
{
background-color: #93583A;
}
.BgClassName
{
background-color: #93583A;
}
</style>
border-color css
<style>
span { border-color: #93583A; }
span { border-color: rgb(147,88,58); }
td.TdClassName
{
border-color: #93583A;
}
.TagClassName
{
border-color: #93583A;
}
</style>