Shades of Rope #8E5236
Tints of Rope #8E5236
RGB
CMYK
RGB Variations
Color information
#8E5236 (or 0x8E5236) is known color: Rope. HEX triplet: 8E, 52 and 36. RGB value is (142,82,54). Sum of RGB (Red+Green+Blue) = 142+82+54=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5236 is #71ADC9. Grayscale: #606060. Windows color (decimal): -7450058 or 3560078. OLE color: 3560078.
HSL color Cylindrical-coordinate representation of color #8E5236: hue angle of 19.09º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E5236 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 82 | 54 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.44 |
| HSL | 19.09º | 0.45% | 0.38% | - |
| HSV(B) | 19.09º | 0.62% | 0.56% | - |
| XYZ | 14.84 | 12.05 | 5.03 | - |
| YUV | 96.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 82 | 54 | 0 | 0.42 | 0.62 | 0.44 | 19.09 | 0.45 | 0.38 |
| Hex | 8E | 52 | 36 | 0 | 2A | 3E | 2C | 13 | 2D | 26 |
| Octal | 216 | 122 | 66 | 0 | 52 | 76 | 54 | 23 | 55 | 46 |
| Binary | 10001110 | 1010010 | 110110 | 0 | 101010 | 111110 | 101100 | 10011 | 101101 | 100110 |
Color Harmonies of #8E5236
Complementary color
Monochromatic Colors of #8E5236
Black with #8E5236
Text Example
Text Example
White with #8E5236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5236; }
p { color: rgb(142,82,54); }
H1.HeaderClassName
{
color: #8E5236;
}
.AnyTagClassName
{
color: #8E5236;
}
</style>
background-color css
<style>
a { background-color: #8E5236; }
a { background-color: rgb(142,82,54); }
div.DivClassName
{
background-color: #8E5236;
}
.BgClassName
{
background-color: #8E5236;
}
</style>
border-color css
<style>
span { border-color: #8E5236; }
span { border-color: rgb(142,82,54); }
td.TdClassName
{
border-color: #8E5236;
}
.TagClassName
{
border-color: #8E5236;
}
</style>