Shades of Rope #935C3C
Tints of Rope #935C3C
RGB
CMYK
RGB Variations
Color information
#935C3C (or 0x935C3C) is known color: Rope. HEX triplet: 93, 5C and 3C. RGB value is (147,92,60). Sum of RGB (Red+Green+Blue) = 147+92+60=299 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.16% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 147 - color contains mainly: red. Hex color #935C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935C3C is #6CA3C3. Grayscale: #686868. Windows color (decimal): -7119812 or 3955859. OLE color: 3955859.
HSL color Cylindrical-coordinate representation of color #935C3C: hue angle of 22.07º 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 #935C3C is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 60 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.42 |
| HSL | 22.07º | 0.42% | 0.41% | - |
| HSV(B) | 22.07º | 0.59% | 0.58% | - |
| XYZ | 16.68 | 14.18 | 6.13 | - |
| YUV | 104.8 | 102.72 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 60 | 0 | 0.37 | 0.59 | 0.42 | 22.07 | 0.42 | 0.41 |
| Hex | 93 | 5C | 3C | 0 | 25 | 3B | 2A | 16 | 2A | 29 |
| Octal | 223 | 134 | 74 | 0 | 45 | 73 | 52 | 26 | 52 | 51 |
| Binary | 10010011 | 1011100 | 111100 | 0 | 100101 | 111011 | 101010 | 10110 | 101010 | 101001 |
Color Harmonies of #935C3C
Complementary color
Monochromatic Colors of #935C3C
Black with #935C3C
Text Example
Text Example
White with #935C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C3C; }
p { color: rgb(147,92,60); }
H1.HeaderClassName
{
color: #935C3C;
}
.AnyTagClassName
{
color: #935C3C;
}
</style>
background-color css
<style>
a { background-color: #935C3C; }
a { background-color: rgb(147,92,60); }
div.DivClassName
{
background-color: #935C3C;
}
.BgClassName
{
background-color: #935C3C;
}
</style>
border-color css
<style>
span { border-color: #935C3C; }
span { border-color: rgb(147,92,60); }
td.TdClassName
{
border-color: #935C3C;
}
.TagClassName
{
border-color: #935C3C;
}
</style>