Shades of Rope #935C41
Tints of Rope #935C41
RGB
CMYK
RGB Variations
Color information
#935C41 (or 0x935C41) is known color: Rope. HEX triplet: 93, 5C and 41. RGB value is (147,92,65). Sum of RGB (Red+Green+Blue) = 147+92+65=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #935C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935C41 is #6CA3BE. Grayscale: #696969. Windows color (decimal): -7119807 or 4283539. OLE color: 4283539.
HSL color Cylindrical-coordinate representation of color #935C41: hue angle of 19.76º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #935C41 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 65 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.42 |
| HSL | 19.76º | 0.39% | 0.42% | - |
| HSV(B) | 19.76º | 0.56% | 0.58% | - |
| XYZ | 16.81 | 14.24 | 6.86 | - |
| YUV | 105.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 65 | 0 | 0.37 | 0.56 | 0.42 | 19.76 | 0.39 | 0.42 |
| Hex | 93 | 5C | 41 | 0 | 25 | 38 | 2A | 14 | 27 | 2A |
| Octal | 223 | 134 | 101 | 0 | 45 | 70 | 52 | 24 | 47 | 52 |
| Binary | 10010011 | 1011100 | 1000001 | 0 | 100101 | 111000 | 101010 | 10100 | 100111 | 101010 |
Color Harmonies of #935C41
Complementary color
Monochromatic Colors of #935C41
Black with #935C41
Text Example
Text Example
White with #935C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C41; }
p { color: rgb(147,92,65); }
H1.HeaderClassName
{
color: #935C41;
}
.AnyTagClassName
{
color: #935C41;
}
</style>
background-color css
<style>
a { background-color: #935C41; }
a { background-color: rgb(147,92,65); }
div.DivClassName
{
background-color: #935C41;
}
.BgClassName
{
background-color: #935C41;
}
</style>
border-color css
<style>
span { border-color: #935C41; }
span { border-color: rgb(147,92,65); }
td.TdClassName
{
border-color: #935C41;
}
.TagClassName
{
border-color: #935C41;
}
</style>