Shades of Rope #935239
Tints of Rope #935239
RGB
CMYK
RGB Variations
Color information
#935239 (or 0x935239) is known color: Rope. HEX triplet: 93, 52 and 39. RGB value is (147,82,57). Sum of RGB (Red+Green+Blue) = 147+82+57=286 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.40% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 147 - color contains mainly: red. Hex color #935239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935239 is #6CADC6. Grayscale: #626262. Windows color (decimal): -7122375 or 3756691. OLE color: 3756691.
HSL color Cylindrical-coordinate representation of color #935239: hue angle of 16.67º degrees, saturation: 0.44, 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 #935239 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 82 | 57 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.42 |
| HSL | 16.67º | 0.44% | 0.4% | - |
| HSV(B) | 16.67º | 0.61% | 0.58% | - |
| XYZ | 15.79 | 12.53 | 5.46 | - |
| YUV | 98.59 | 104.53 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 57 | 0 | 0.44 | 0.61 | 0.42 | 16.67 | 0.44 | 0.4 |
| Hex | 93 | 52 | 39 | 0 | 2C | 3D | 2A | 11 | 2C | 28 |
| Octal | 223 | 122 | 71 | 0 | 54 | 75 | 52 | 21 | 54 | 50 |
| Binary | 10010011 | 1010010 | 111001 | 0 | 101100 | 111101 | 101010 | 10001 | 101100 | 101000 |
Color Harmonies of #935239
Complementary color
Monochromatic Colors of #935239
Black with #935239
Text Example
Text Example
White with #935239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935239; }
p { color: rgb(147,82,57); }
H1.HeaderClassName
{
color: #935239;
}
.AnyTagClassName
{
color: #935239;
}
</style>
background-color css
<style>
a { background-color: #935239; }
a { background-color: rgb(147,82,57); }
div.DivClassName
{
background-color: #935239;
}
.BgClassName
{
background-color: #935239;
}
</style>
border-color css
<style>
span { border-color: #935239; }
span { border-color: rgb(147,82,57); }
td.TdClassName
{
border-color: #935239;
}
.TagClassName
{
border-color: #935239;
}
</style>