Shades of Rope #915E39
Tints of Rope #915E39
RGB
CMYK
RGB Variations
Color information
#915E39 (or 0x915E39) is known color: Rope. HEX triplet: 91, 5E and 39. RGB value is (145,94,57). Sum of RGB (Red+Green+Blue) = 145+94+57=296 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.99% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 145 - color contains mainly: red. Hex color #915E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915E39 is #6EA1C6. Grayscale: #696969. Windows color (decimal): -7250375 or 3759761. OLE color: 3759761.
HSL color Cylindrical-coordinate representation of color #915E39: hue angle of 25.23º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #915E39 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 94 | 57 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.43 |
| HSL | 25.23º | 0.44% | 0.4% | - |
| HSV(B) | 25.23º | 0.61% | 0.57% | - |
| XYZ | 16.42 | 14.32 | 5.77 | - |
| YUV | 105.03 | 100.9 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 94 | 57 | 0 | 0.35 | 0.61 | 0.43 | 25.23 | 0.44 | 0.4 |
| Hex | 91 | 5E | 39 | 0 | 23 | 3D | 2B | 19 | 2C | 28 |
| Octal | 221 | 136 | 71 | 0 | 43 | 75 | 53 | 31 | 54 | 50 |
| Binary | 10010001 | 1011110 | 111001 | 0 | 100011 | 111101 | 101011 | 11001 | 101100 | 101000 |
Color Harmonies of #915E39
Complementary color
Monochromatic Colors of #915E39
Black with #915E39
Text Example
Text Example
White with #915E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915E39; }
p { color: rgb(145,94,57); }
H1.HeaderClassName
{
color: #915E39;
}
.AnyTagClassName
{
color: #915E39;
}
</style>
background-color css
<style>
a { background-color: #915E39; }
a { background-color: rgb(145,94,57); }
div.DivClassName
{
background-color: #915E39;
}
.BgClassName
{
background-color: #915E39;
}
</style>
border-color css
<style>
span { border-color: #915E39; }
span { border-color: rgb(145,94,57); }
td.TdClassName
{
border-color: #915E39;
}
.TagClassName
{
border-color: #915E39;
}
</style>