Shades of Rope #915839
Tints of Rope #915839
RGB
CMYK
RGB Variations
Color information
#915839 (or 0x915839) is known color: Rope. HEX triplet: 91, 58 and 39. RGB value is (145,88,57). Sum of RGB (Red+Green+Blue) = 145+88+57=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #915839 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915839 is #6EA7C6. Grayscale: #656565. Windows color (decimal): -7251911 or 3758225. OLE color: 3758225.
HSL color Cylindrical-coordinate representation of color #915839: hue angle of 21.14º 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 #915839 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 88 | 57 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.43 |
| HSL | 21.14º | 0.44% | 0.4% | - |
| HSV(B) | 21.14º | 0.61% | 0.57% | - |
| XYZ | 15.91 | 13.29 | 5.6 | - |
| YUV | 101.51 | 102.88 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 88 | 57 | 0 | 0.39 | 0.61 | 0.43 | 21.14 | 0.44 | 0.4 |
| Hex | 91 | 58 | 39 | 0 | 27 | 3D | 2B | 15 | 2C | 28 |
| Octal | 221 | 130 | 71 | 0 | 47 | 75 | 53 | 25 | 54 | 50 |
| Binary | 10010001 | 1011000 | 111001 | 0 | 100111 | 111101 | 101011 | 10101 | 101100 | 101000 |
Color Harmonies of #915839
Complementary color
Monochromatic Colors of #915839
Black with #915839
Text Example
Text Example
White with #915839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915839; }
p { color: rgb(145,88,57); }
H1.HeaderClassName
{
color: #915839;
}
.AnyTagClassName
{
color: #915839;
}
</style>
background-color css
<style>
a { background-color: #915839; }
a { background-color: rgb(145,88,57); }
div.DivClassName
{
background-color: #915839;
}
.BgClassName
{
background-color: #915839;
}
</style>
border-color css
<style>
span { border-color: #915839; }
span { border-color: rgb(145,88,57); }
td.TdClassName
{
border-color: #915839;
}
.TagClassName
{
border-color: #915839;
}
</style>