Shades of Rope #95553D
Tints of Rope #95553D
RGB
CMYK
RGB Variations
Color information
#95553D (or 0x95553D) is known color: Rope. HEX triplet: 95, 55 and 3D. RGB value is (149,85,61). Sum of RGB (Red+Green+Blue) = 149+85+61=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95553D is #6AAAC2. Grayscale: #656565. Windows color (decimal): -6990531 or 4019605. OLE color: 4019605.
HSL color Cylindrical-coordinate representation of color #95553D: hue angle of 16.36º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95553D is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 85 | 61 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.42 |
| HSL | 16.36º | 0.42% | 0.41% | - |
| HSV(B) | 16.36º | 0.59% | 0.58% | - |
| XYZ | 16.49 | 13.22 | 6.1 | - |
| YUV | 101.4 | 105.2 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 61 | 0 | 0.43 | 0.59 | 0.42 | 16.36 | 0.42 | 0.41 |
| Hex | 95 | 55 | 3D | 0 | 2B | 3B | 2A | 10 | 2A | 29 |
| Octal | 225 | 125 | 75 | 0 | 53 | 73 | 52 | 20 | 52 | 51 |
| Binary | 10010101 | 1010101 | 111101 | 0 | 101011 | 111011 | 101010 | 10000 | 101010 | 101001 |
Color Harmonies of #95553D
Complementary color
Monochromatic Colors of #95553D
Black with #95553D
Text Example
Text Example
White with #95553D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95553D; }
p { color: rgb(149,85,61); }
H1.HeaderClassName
{
color: #95553D;
}
.AnyTagClassName
{
color: #95553D;
}
</style>
background-color css
<style>
a { background-color: #95553D; }
a { background-color: rgb(149,85,61); }
div.DivClassName
{
background-color: #95553D;
}
.BgClassName
{
background-color: #95553D;
}
</style>
border-color css
<style>
span { border-color: #95553D; }
span { border-color: rgb(149,85,61); }
td.TdClassName
{
border-color: #95553D;
}
.TagClassName
{
border-color: #95553D;
}
</style>