Shades of Rope #895334
Tints of Rope #895334
RGB
CMYK
RGB Variations
Color information
#895334 (or 0x895334) is known color: Rope. HEX triplet: 89, 53 and 34. RGB value is (137,83,52). Sum of RGB (Red+Green+Blue) = 137+83+52=272 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.37% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 137 - color contains mainly: red. Hex color #895334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895334 is #76ACCB. Grayscale: #5F5F5F. Windows color (decimal): -7777484 or 3429257. OLE color: 3429257.
HSL color Cylindrical-coordinate representation of color #895334: hue angle of 21.88º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #895334 is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 83 | 52 | - |
| CMYK | 0 | 0.39 | 0.62 | 0.46 |
| HSL | 21.88º | 0.45% | 0.37% | - |
| HSV(B) | 21.88º | 0.62% | 0.54% | - |
| XYZ | 14.03 | 11.75 | 4.78 | - |
| YUV | 95.61 | 103.39 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 83 | 52 | 0 | 0.39 | 0.62 | 0.46 | 21.88 | 0.45 | 0.37 |
| Hex | 89 | 53 | 34 | 0 | 27 | 3E | 2E | 16 | 2D | 25 |
| Octal | 211 | 123 | 64 | 0 | 47 | 76 | 56 | 26 | 55 | 45 |
| Binary | 10001001 | 1010011 | 110100 | 0 | 100111 | 111110 | 101110 | 10110 | 101101 | 100101 |
Color Harmonies of #895334
Complementary color
Monochromatic Colors of #895334
Black with #895334
Text Example
Text Example
White with #895334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895334; }
p { color: rgb(137,83,52); }
H1.HeaderClassName
{
color: #895334;
}
.AnyTagClassName
{
color: #895334;
}
</style>
background-color css
<style>
a { background-color: #895334; }
a { background-color: rgb(137,83,52); }
div.DivClassName
{
background-color: #895334;
}
.BgClassName
{
background-color: #895334;
}
</style>
border-color css
<style>
span { border-color: #895334; }
span { border-color: rgb(137,83,52); }
td.TdClassName
{
border-color: #895334;
}
.TagClassName
{
border-color: #895334;
}
</style>