Shades of Rope #955E3A
Tints of Rope #955E3A
RGB
CMYK
RGB Variations
Color information
#955E3A (or 0x955E3A) is known color: Rope. HEX triplet: 95, 5E and 3A. RGB value is (149,94,58). Sum of RGB (Red+Green+Blue) = 149+94+58=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #955E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955E3A is #6AA1C5. Grayscale: #6A6A6A. Windows color (decimal): -6988230 or 3825301. OLE color: 3825301.
HSL color Cylindrical-coordinate representation of color #955E3A: hue angle of 23.74º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #955E3A is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 94 | 58 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.42 |
| HSL | 23.74º | 0.44% | 0.41% | - |
| HSV(B) | 23.74º | 0.61% | 0.58% | - |
| XYZ | 17.16 | 14.7 | 5.94 | - |
| YUV | 106.34 | 100.72 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 58 | 0 | 0.37 | 0.61 | 0.42 | 23.74 | 0.44 | 0.41 |
| Hex | 95 | 5E | 3A | 0 | 25 | 3D | 2A | 18 | 2C | 29 |
| Octal | 225 | 136 | 72 | 0 | 45 | 75 | 52 | 30 | 54 | 51 |
| Binary | 10010101 | 1011110 | 111010 | 0 | 100101 | 111101 | 101010 | 11000 | 101100 | 101001 |
Color Harmonies of #955E3A
Complementary color
Monochromatic Colors of #955E3A
Black with #955E3A
Text Example
Text Example
White with #955E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E3A; }
p { color: rgb(149,94,58); }
H1.HeaderClassName
{
color: #955E3A;
}
.AnyTagClassName
{
color: #955E3A;
}
</style>
background-color css
<style>
a { background-color: #955E3A; }
a { background-color: rgb(149,94,58); }
div.DivClassName
{
background-color: #955E3A;
}
.BgClassName
{
background-color: #955E3A;
}
</style>
border-color css
<style>
span { border-color: #955E3A; }
span { border-color: rgb(149,94,58); }
td.TdClassName
{
border-color: #955E3A;
}
.TagClassName
{
border-color: #955E3A;
}
</style>