Shades of Rope #955D3C
Tints of Rope #955D3C
RGB
CMYK
RGB Variations
Color information
#955D3C (or 0x955D3C) is known color: Rope. HEX triplet: 95, 5D and 3C. RGB value is (149,93,60). Sum of RGB (Red+Green+Blue) = 149+93+60=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #955D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955D3C is #6AA2C3. Grayscale: #6A6A6A. Windows color (decimal): -6988484 or 3956117. OLE color: 3956117.
HSL color Cylindrical-coordinate representation of color #955D3C: hue angle of 22.25º 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 #955D3C is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 60 | - |
| CMYK | 0 | 0.38 | 0.60 | 0.42 |
| HSL | 22.25º | 0.43% | 0.41% | - |
| HSV(B) | 22.25º | 0.6% | 0.58% | - |
| XYZ | 17.12 | 14.54 | 6.18 | - |
| YUV | 105.98 | 102.05 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 60 | 0 | 0.38 | 0.60 | 0.42 | 22.25 | 0.43 | 0.41 |
| Hex | 95 | 5D | 3C | 0 | 26 | 3C | 2A | 16 | 2B | 29 |
| Octal | 225 | 135 | 74 | 0 | 46 | 74 | 52 | 26 | 53 | 51 |
| Binary | 10010101 | 1011101 | 111100 | 0 | 100110 | 111100 | 101010 | 10110 | 101011 | 101001 |
Color Harmonies of #955D3C
Complementary color
Monochromatic Colors of #955D3C
Black with #955D3C
Text Example
Text Example
White with #955D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D3C; }
p { color: rgb(149,93,60); }
H1.HeaderClassName
{
color: #955D3C;
}
.AnyTagClassName
{
color: #955D3C;
}
</style>
background-color css
<style>
a { background-color: #955D3C; }
a { background-color: rgb(149,93,60); }
div.DivClassName
{
background-color: #955D3C;
}
.BgClassName
{
background-color: #955D3C;
}
</style>
border-color css
<style>
span { border-color: #955D3C; }
span { border-color: rgb(149,93,60); }
td.TdClassName
{
border-color: #955D3C;
}
.TagClassName
{
border-color: #955D3C;
}
</style>