Shades of Paarl #8E4830
Tints of Paarl #8E4830
RGB
CMYK
RGB Variations
Color information
#8E4830 (or 0x8E4830) is known color: Paarl. HEX triplet: 8E, 48 and 30. RGB value is (142,72,48). Sum of RGB (Red+Green+Blue) = 142+72+48=262 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.20% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E4830 is #71B7CF. Grayscale: #5A5A5A. Windows color (decimal): -7452624 or 3164302. OLE color: 3164302.
HSL color Cylindrical-coordinate representation of color #8E4830: hue angle of 15.32º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E4830 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 72 | 48 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.44 |
| HSL | 15.32º | 0.49% | 0.37% | - |
| HSV(B) | 15.32º | 0.66% | 0.56% | - |
| XYZ | 14.01 | 10.6 | 4.1 | - |
| YUV | 90.19 | 104.19 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 72 | 48 | 0 | 0.49 | 0.66 | 0.44 | 15.32 | 0.49 | 0.37 |
| Hex | 8E | 48 | 30 | 0 | 31 | 42 | 2C | F | 31 | 25 |
| Octal | 216 | 110 | 60 | 0 | 61 | 102 | 54 | 17 | 61 | 45 |
| Binary | 10001110 | 1001000 | 110000 | 0 | 110001 | 1000010 | 101100 | 1111 | 110001 | 100101 |
Color Harmonies of #8E4830
Complementary color
Monochromatic Colors of #8E4830
Black with #8E4830
Text Example
Text Example
White with #8E4830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4830; }
p { color: rgb(142,72,48); }
H1.HeaderClassName
{
color: #8E4830;
}
.AnyTagClassName
{
color: #8E4830;
}
</style>
background-color css
<style>
a { background-color: #8E4830; }
a { background-color: rgb(142,72,48); }
div.DivClassName
{
background-color: #8E4830;
}
.BgClassName
{
background-color: #8E4830;
}
</style>
border-color css
<style>
span { border-color: #8E4830; }
span { border-color: rgb(142,72,48); }
td.TdClassName
{
border-color: #8E4830;
}
.TagClassName
{
border-color: #8E4830;
}
</style>