Shades of Rope #915C34
Tints of Rope #915C34
RGB
CMYK
RGB Variations
Color information
#915C34 (or 0x915C34) is known color: Rope. HEX triplet: 91, 5C and 34. RGB value is (145,92,52). Sum of RGB (Red+Green+Blue) = 145+92+52=289 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.17% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 145 - color contains mainly: red. Hex color #915C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915C34 is #6EA3CB. Grayscale: #676767. Windows color (decimal): -7250892 or 3431569. OLE color: 3431569.
HSL color Cylindrical-coordinate representation of color #915C34: hue angle of 25.81º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #915C34 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 92 | 52 | - |
| CMYK | 0 | 0.37 | 0.64 | 0.43 |
| HSL | 25.81º | 0.47% | 0.39% | - |
| HSV(B) | 25.81º | 0.64% | 0.57% | - |
| XYZ | 16.12 | 13.92 | 5.09 | - |
| YUV | 103.29 | 99.06 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 92 | 52 | 0 | 0.37 | 0.64 | 0.43 | 25.81 | 0.47 | 0.39 |
| Hex | 91 | 5C | 34 | 0 | 25 | 40 | 2B | 1A | 2F | 27 |
| Octal | 221 | 134 | 64 | 0 | 45 | 100 | 53 | 32 | 57 | 47 |
| Binary | 10010001 | 1011100 | 110100 | 0 | 100101 | 1000000 | 101011 | 11010 | 101111 | 100111 |
Color Harmonies of #915C34
Complementary color
Monochromatic Colors of #915C34
Black with #915C34
Text Example
Text Example
White with #915C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915C34; }
p { color: rgb(145,92,52); }
H1.HeaderClassName
{
color: #915C34;
}
.AnyTagClassName
{
color: #915C34;
}
</style>
background-color css
<style>
a { background-color: #915C34; }
a { background-color: rgb(145,92,52); }
div.DivClassName
{
background-color: #915C34;
}
.BgClassName
{
background-color: #915C34;
}
</style>
border-color css
<style>
span { border-color: #915C34; }
span { border-color: rgb(145,92,52); }
td.TdClassName
{
border-color: #915C34;
}
.TagClassName
{
border-color: #915C34;
}
</style>