Shades of Rope #8E5A38
Tints of Rope #8E5A38
RGB
CMYK
RGB Variations
Color information
#8E5A38 (or 0x8E5A38) is known color: Rope. HEX triplet: 8E, 5A and 38. RGB value is (142,90,56). Sum of RGB (Red+Green+Blue) = 142+90+56=288 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.31% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5A38 is #71A5C7. Grayscale: #656565. Windows color (decimal): -7448008 or 3693198. OLE color: 3693198.
HSL color Cylindrical-coordinate representation of color #8E5A38: hue angle of 23.72º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E5A38 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 90 | 56 | - |
| CMYK | 0 | 0.37 | 0.61 | 0.44 |
| HSL | 23.72º | 0.43% | 0.39% | - |
| HSV(B) | 23.72º | 0.61% | 0.56% | - |
| XYZ | 15.53 | 13.35 | 5.5 | - |
| YUV | 101.67 | 102.23 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 90 | 56 | 0 | 0.37 | 0.61 | 0.44 | 23.72 | 0.43 | 0.39 |
| Hex | 8E | 5A | 38 | 0 | 25 | 3D | 2C | 18 | 2B | 27 |
| Octal | 216 | 132 | 70 | 0 | 45 | 75 | 54 | 30 | 53 | 47 |
| Binary | 10001110 | 1011010 | 111000 | 0 | 100101 | 111101 | 101100 | 11000 | 101011 | 100111 |
Color Harmonies of #8E5A38
Complementary color
Monochromatic Colors of #8E5A38
Black with #8E5A38
Text Example
Text Example
White with #8E5A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5A38; }
p { color: rgb(142,90,56); }
H1.HeaderClassName
{
color: #8E5A38;
}
.AnyTagClassName
{
color: #8E5A38;
}
</style>
background-color css
<style>
a { background-color: #8E5A38; }
a { background-color: rgb(142,90,56); }
div.DivClassName
{
background-color: #8E5A38;
}
.BgClassName
{
background-color: #8E5A38;
}
</style>
border-color css
<style>
span { border-color: #8E5A38; }
span { border-color: rgb(142,90,56); }
td.TdClassName
{
border-color: #8E5A38;
}
.TagClassName
{
border-color: #8E5A38;
}
</style>