Shades of Rope #955E3B
Tints of Rope #955E3B
RGB
CMYK
RGB Variations
Color information
#955E3B (or 0x955E3B) is known color: Rope. HEX triplet: 95, 5E and 3B. RGB value is (149,94,59). Sum of RGB (Red+Green+Blue) = 149+94+59=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #955E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E3B is #6AA1C4. Grayscale: #6A6A6A. Windows color (decimal): -6988229 or 3890837. OLE color: 3890837.
HSL color Cylindrical-coordinate representation of color #955E3B: hue angle of 23.33º 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 #955E3B is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 94 | 59 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.42 |
| HSL | 23.33º | 0.43% | 0.41% | - |
| HSV(B) | 23.33º | 0.6% | 0.58% | - |
| XYZ | 17.19 | 14.71 | 6.07 | - |
| YUV | 106.46 | 101.22 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 59 | 0 | 0.37 | 0.60 | 0.42 | 23.33 | 0.43 | 0.41 |
| Hex | 95 | 5E | 3B | 0 | 25 | 3C | 2A | 17 | 2B | 29 |
| Octal | 225 | 136 | 73 | 0 | 45 | 74 | 52 | 27 | 53 | 51 |
| Binary | 10010101 | 1011110 | 111011 | 0 | 100101 | 111100 | 101010 | 10111 | 101011 | 101001 |
Color Harmonies of #955E3B
Complementary color
Monochromatic Colors of #955E3B
Black with #955E3B
Text Example
Text Example
White with #955E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E3B; }
p { color: rgb(149,94,59); }
H1.HeaderClassName
{
color: #955E3B;
}
.AnyTagClassName
{
color: #955E3B;
}
</style>
background-color css
<style>
a { background-color: #955E3B; }
a { background-color: rgb(149,94,59); }
div.DivClassName
{
background-color: #955E3B;
}
.BgClassName
{
background-color: #955E3B;
}
</style>
border-color css
<style>
span { border-color: #955E3B; }
span { border-color: rgb(149,94,59); }
td.TdClassName
{
border-color: #955E3B;
}
.TagClassName
{
border-color: #955E3B;
}
</style>