Shades of Rope #955C3C
Tints of Rope #955C3C
RGB
CMYK
RGB Variations
Color information
#955C3C (or 0x955C3C) is known color: Rope. HEX triplet: 95, 5C and 3C. RGB value is (149,92,60). Sum of RGB (Red+Green+Blue) = 149+92+60=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #955C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955C3C is #6AA3C3. Grayscale: #696969. Windows color (decimal): -6988740 or 3955861. OLE color: 3955861.
HSL color Cylindrical-coordinate representation of color #955C3C: hue angle of 21.57º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #955C3C is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 92 | 60 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.42 |
| HSL | 21.57º | 0.43% | 0.41% | - |
| HSV(B) | 21.57º | 0.6% | 0.58% | - |
| XYZ | 17.04 | 14.37 | 6.15 | - |
| YUV | 105.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 60 | 0 | 0.38 | 0.60 | 0.42 | 21.57 | 0.43 | 0.41 |
| Hex | 95 | 5C | 3C | 0 | 26 | 3C | 2A | 16 | 2B | 29 |
| Octal | 225 | 134 | 74 | 0 | 46 | 74 | 52 | 26 | 53 | 51 |
| Binary | 10010101 | 1011100 | 111100 | 0 | 100110 | 111100 | 101010 | 10110 | 101011 | 101001 |
Color Harmonies of #955C3C
Complementary color
Monochromatic Colors of #955C3C
Black with #955C3C
Text Example
Text Example
White with #955C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955C3C; }
p { color: rgb(149,92,60); }
H1.HeaderClassName
{
color: #955C3C;
}
.AnyTagClassName
{
color: #955C3C;
}
</style>
background-color css
<style>
a { background-color: #955C3C; }
a { background-color: rgb(149,92,60); }
div.DivClassName
{
background-color: #955C3C;
}
.BgClassName
{
background-color: #955C3C;
}
</style>
border-color css
<style>
span { border-color: #955C3C; }
span { border-color: rgb(149,92,60); }
td.TdClassName
{
border-color: #955C3C;
}
.TagClassName
{
border-color: #955C3C;
}
</style>