Shades of Paarl #8E5137
Tints of Paarl #8E5137
RGB
CMYK
RGB Variations
Color information
#8E5137 (or 0x8E5137) is known color: Paarl. HEX triplet: 8E, 51 and 37. RGB value is (142,81,55). Sum of RGB (Red+Green+Blue) = 142+81+55=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5137 is #71AEC8. Grayscale: #606060. Windows color (decimal): -7450313 or 3625358. OLE color: 3625358.
HSL color Cylindrical-coordinate representation of color #8E5137: hue angle of 17.93º degrees, saturation: 0.44, 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 #8E5137 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 81 | 55 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.44 |
| HSL | 17.93º | 0.44% | 0.39% | - |
| HSV(B) | 17.93º | 0.61% | 0.56% | - |
| XYZ | 14.79 | 11.91 | 5.13 | - |
| YUV | 96.28 | 104.71 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 81 | 55 | 0 | 0.43 | 0.61 | 0.44 | 17.93 | 0.44 | 0.39 |
| Hex | 8E | 51 | 37 | 0 | 2B | 3D | 2C | 12 | 2C | 27 |
| Octal | 216 | 121 | 67 | 0 | 53 | 75 | 54 | 22 | 54 | 47 |
| Binary | 10001110 | 1010001 | 110111 | 0 | 101011 | 111101 | 101100 | 10010 | 101100 | 100111 |
Color Harmonies of #8E5137
Complementary color
Monochromatic Colors of #8E5137
Black with #8E5137
Text Example
Text Example
White with #8E5137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5137; }
p { color: rgb(142,81,55); }
H1.HeaderClassName
{
color: #8E5137;
}
.AnyTagClassName
{
color: #8E5137;
}
</style>
background-color css
<style>
a { background-color: #8E5137; }
a { background-color: rgb(142,81,55); }
div.DivClassName
{
background-color: #8E5137;
}
.BgClassName
{
background-color: #8E5137;
}
</style>
border-color css
<style>
span { border-color: #8E5137; }
span { border-color: rgb(142,81,55); }
td.TdClassName
{
border-color: #8E5137;
}
.TagClassName
{
border-color: #8E5137;
}
</style>