Shades of Paarl #8C4E38
Tints of Paarl #8C4E38
RGB
CMYK
RGB Variations
Color information
#8C4E38 (or 0x8C4E38) is known color: Paarl. HEX triplet: 8C, 4E and 38. RGB value is (140,78,56). Sum of RGB (Red+Green+Blue) = 140+78+56=274 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.09% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C4E38 is #73B1C7. Grayscale: #5E5E5E. Windows color (decimal): -7582152 or 3690124. OLE color: 3690124.
HSL color Cylindrical-coordinate representation of color #8C4E38: hue angle of 15.71º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C4E38 is Cyan = 0, Magento = 0.44, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 78 | 56 | - |
| CMYK | 0 | 0.44 | 0.6 | 0.45 |
| HSL | 15.71º | 0.43% | 0.38% | - |
| HSV(B) | 15.71º | 0.6% | 0.55% | - |
| XYZ | 14.25 | 11.31 | 5.17 | - |
| YUV | 94.03 | 106.54 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 78 | 56 | 0 | 0.44 | 0.6 | 0.45 | 15.71 | 0.43 | 0.38 |
| Hex | 8C | 4E | 38 | 0 | 2C | 3C | 2D | 10 | 2B | 26 |
| Octal | 214 | 116 | 70 | 0 | 54 | 74 | 55 | 20 | 53 | 46 |
| Binary | 10001100 | 1001110 | 111000 | 0 | 101100 | 111100 | 101101 | 10000 | 101011 | 100110 |
Color Harmonies of #8C4E38
Complementary color
Monochromatic Colors of #8C4E38
Black with #8C4E38
Text Example
Text Example
White with #8C4E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4E38; }
p { color: rgb(140,78,56); }
H1.HeaderClassName
{
color: #8C4E38;
}
.AnyTagClassName
{
color: #8C4E38;
}
</style>
background-color css
<style>
a { background-color: #8C4E38; }
a { background-color: rgb(140,78,56); }
div.DivClassName
{
background-color: #8C4E38;
}
.BgClassName
{
background-color: #8C4E38;
}
</style>
border-color css
<style>
span { border-color: #8C4E38; }
span { border-color: rgb(140,78,56); }
td.TdClassName
{
border-color: #8C4E38;
}
.TagClassName
{
border-color: #8C4E38;
}
</style>