Shades of Rope #915D41
Tints of Rope #915D41
RGB
CMYK
RGB Variations
Color information
#915D41 (or 0x915D41) is known color: Rope. HEX triplet: 91, 5D and 41. RGB value is (145,93,65). Sum of RGB (Red+Green+Blue) = 145+93+65=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #915D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915D41 is #6EA2BE. Grayscale: #696969. Windows color (decimal): -7250623 or 4283793. OLE color: 4283793.
HSL color Cylindrical-coordinate representation of color #915D41: hue angle of 21º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #915D41 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 93 | 65 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.43 |
| HSL | 21º | 0.38% | 0.41% | - |
| HSV(B) | 21º | 0.55% | 0.57% | - |
| XYZ | 16.55 | 14.23 | 6.88 | - |
| YUV | 105.36 | 105.23 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 65 | 0 | 0.36 | 0.55 | 0.43 | 21 | 0.38 | 0.41 |
| Hex | 91 | 5D | 41 | 0 | 24 | 37 | 2B | 15 | 26 | 29 |
| Octal | 221 | 135 | 101 | 0 | 44 | 67 | 53 | 25 | 46 | 51 |
| Binary | 10010001 | 1011101 | 1000001 | 0 | 100100 | 110111 | 101011 | 10101 | 100110 | 101001 |
Color Harmonies of #915D41
Complementary color
Monochromatic Colors of #915D41
Black with #915D41
Text Example
Text Example
White with #915D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915D41; }
p { color: rgb(145,93,65); }
H1.HeaderClassName
{
color: #915D41;
}
.AnyTagClassName
{
color: #915D41;
}
</style>
background-color css
<style>
a { background-color: #915D41; }
a { background-color: rgb(145,93,65); }
div.DivClassName
{
background-color: #915D41;
}
.BgClassName
{
background-color: #915D41;
}
</style>
border-color css
<style>
span { border-color: #915D41; }
span { border-color: rgb(145,93,65); }
td.TdClassName
{
border-color: #915D41;
}
.TagClassName
{
border-color: #915D41;
}
</style>