Shades of Rope #895A3C
Tints of Rope #895A3C
RGB
CMYK
RGB Variations
Color information
#895A3C (or 0x895A3C) is known color: Rope. HEX triplet: 89, 5A and 3C. RGB value is (137,90,60). Sum of RGB (Red+Green+Blue) = 137+90+60=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #895A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895A3C is #76A5C3. Grayscale: #646464. Windows color (decimal): -7775684 or 3955337. OLE color: 3955337.
HSL color Cylindrical-coordinate representation of color #895A3C: hue angle of 23.38º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #895A3C is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 90 | 60 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.46 |
| HSL | 23.38º | 0.39% | 0.39% | - |
| HSV(B) | 23.38º | 0.56% | 0.54% | - |
| XYZ | 14.79 | 12.96 | 6 | - |
| YUV | 100.63 | 105.07 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 60 | 0 | 0.34 | 0.56 | 0.46 | 23.38 | 0.39 | 0.39 |
| Hex | 89 | 5A | 3C | 0 | 22 | 38 | 2E | 17 | 27 | 27 |
| Octal | 211 | 132 | 74 | 0 | 42 | 70 | 56 | 27 | 47 | 47 |
| Binary | 10001001 | 1011010 | 111100 | 0 | 100010 | 111000 | 101110 | 10111 | 100111 | 100111 |
Color Harmonies of #895A3C
Complementary color
Monochromatic Colors of #895A3C
Black with #895A3C
Text Example
Text Example
White with #895A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895A3C; }
p { color: rgb(137,90,60); }
H1.HeaderClassName
{
color: #895A3C;
}
.AnyTagClassName
{
color: #895A3C;
}
</style>
background-color css
<style>
a { background-color: #895A3C; }
a { background-color: rgb(137,90,60); }
div.DivClassName
{
background-color: #895A3C;
}
.BgClassName
{
background-color: #895A3C;
}
</style>
border-color css
<style>
span { border-color: #895A3C; }
span { border-color: rgb(137,90,60); }
td.TdClassName
{
border-color: #895A3C;
}
.TagClassName
{
border-color: #895A3C;
}
</style>