Shades of Rope #95593A
Tints of Rope #95593A
RGB
CMYK
RGB Variations
Color information
#95593A (or 0x95593A) is known color: Rope. HEX triplet: 95, 59 and 3A. RGB value is (149,89,58). Sum of RGB (Red+Green+Blue) = 149+89+58=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95593A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95593A is #6AA6C5. Grayscale: #676767. Windows color (decimal): -6989510 or 3824021. OLE color: 3824021.
HSL color Cylindrical-coordinate representation of color #95593A: hue angle of 20.44º 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 #95593A is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 58 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.42 |
| HSL | 20.44º | 0.44% | 0.41% | - |
| HSV(B) | 20.44º | 0.61% | 0.58% | - |
| XYZ | 16.73 | 13.84 | 5.79 | - |
| YUV | 103.41 | 102.38 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 58 | 0 | 0.40 | 0.61 | 0.42 | 20.44 | 0.44 | 0.41 |
| Hex | 95 | 59 | 3A | 0 | 28 | 3D | 2A | 14 | 2C | 29 |
| Octal | 225 | 131 | 72 | 0 | 50 | 75 | 52 | 24 | 54 | 51 |
| Binary | 10010101 | 1011001 | 111010 | 0 | 101000 | 111101 | 101010 | 10100 | 101100 | 101001 |
Color Harmonies of #95593A
Complementary color
Monochromatic Colors of #95593A
Black with #95593A
Text Example
Text Example
White with #95593A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95593A; }
p { color: rgb(149,89,58); }
H1.HeaderClassName
{
color: #95593A;
}
.AnyTagClassName
{
color: #95593A;
}
</style>
background-color css
<style>
a { background-color: #95593A; }
a { background-color: rgb(149,89,58); }
div.DivClassName
{
background-color: #95593A;
}
.BgClassName
{
background-color: #95593A;
}
</style>
border-color css
<style>
span { border-color: #95593A; }
span { border-color: rgb(149,89,58); }
td.TdClassName
{
border-color: #95593A;
}
.TagClassName
{
border-color: #95593A;
}
</style>