Shades of Rope #8E553A
Tints of Rope #8E553A
RGB
CMYK
RGB Variations
Color information
#8E553A (or 0x8E553A) is known color: Rope. HEX triplet: 8E, 55 and 3A. RGB value is (142,85,58). Sum of RGB (Red+Green+Blue) = 142+85+58=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E553A is #71AAC5. Grayscale: #636363. Windows color (decimal): -7449286 or 3822990. OLE color: 3822990.
HSL color Cylindrical-coordinate representation of color #8E553A: hue angle of 19.29º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E553A is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 85 | 58 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.44 |
| HSL | 19.29º | 0.42% | 0.39% | - |
| HSV(B) | 19.29º | 0.59% | 0.56% | - |
| XYZ | 15.17 | 12.55 | 5.63 | - |
| YUV | 98.97 | 104.88 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 85 | 58 | 0 | 0.40 | 0.59 | 0.44 | 19.29 | 0.42 | 0.39 |
| Hex | 8E | 55 | 3A | 0 | 28 | 3B | 2C | 13 | 2A | 27 |
| Octal | 216 | 125 | 72 | 0 | 50 | 73 | 54 | 23 | 52 | 47 |
| Binary | 10001110 | 1010101 | 111010 | 0 | 101000 | 111011 | 101100 | 10011 | 101010 | 100111 |
Color Harmonies of #8E553A
Complementary color
Monochromatic Colors of #8E553A
Black with #8E553A
Text Example
Text Example
White with #8E553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E553A; }
p { color: rgb(142,85,58); }
H1.HeaderClassName
{
color: #8E553A;
}
.AnyTagClassName
{
color: #8E553A;
}
</style>
background-color css
<style>
a { background-color: #8E553A; }
a { background-color: rgb(142,85,58); }
div.DivClassName
{
background-color: #8E553A;
}
.BgClassName
{
background-color: #8E553A;
}
</style>
border-color css
<style>
span { border-color: #8E553A; }
span { border-color: rgb(142,85,58); }
td.TdClassName
{
border-color: #8E553A;
}
.TagClassName
{
border-color: #8E553A;
}
</style>