Shades of Paarl #8C5039
Tints of Paarl #8C5039
RGB
CMYK
RGB Variations
Color information
#8C5039 (or 0x8C5039) is known color: Paarl. HEX triplet: 8C, 50 and 39. RGB value is (140,80,57). Sum of RGB (Red+Green+Blue) = 140+80+57=277 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.54% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5039 is #73AFC6. Grayscale: #5F5F5F. Windows color (decimal): -7581639 or 3756172. OLE color: 3756172.
HSL color Cylindrical-coordinate representation of color #8C5039: hue angle of 16.63º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C5039 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 80 | 57 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.45 |
| HSL | 16.63º | 0.42% | 0.39% | - |
| HSV(B) | 16.63º | 0.59% | 0.55% | - |
| XYZ | 14.42 | 11.61 | 5.35 | - |
| YUV | 95.32 | 106.38 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 57 | 0 | 0.43 | 0.59 | 0.45 | 16.63 | 0.42 | 0.39 |
| Hex | 8C | 50 | 39 | 0 | 2B | 3B | 2D | 11 | 2A | 27 |
| Octal | 214 | 120 | 71 | 0 | 53 | 73 | 55 | 21 | 52 | 47 |
| Binary | 10001100 | 1010000 | 111001 | 0 | 101011 | 111011 | 101101 | 10001 | 101010 | 100111 |
Color Harmonies of #8C5039
Complementary color
Monochromatic Colors of #8C5039
Black with #8C5039
Text Example
Text Example
White with #8C5039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5039; }
p { color: rgb(140,80,57); }
H1.HeaderClassName
{
color: #8C5039;
}
.AnyTagClassName
{
color: #8C5039;
}
</style>
background-color css
<style>
a { background-color: #8C5039; }
a { background-color: rgb(140,80,57); }
div.DivClassName
{
background-color: #8C5039;
}
.BgClassName
{
background-color: #8C5039;
}
</style>
border-color css
<style>
span { border-color: #8C5039; }
span { border-color: rgb(140,80,57); }
td.TdClassName
{
border-color: #8C5039;
}
.TagClassName
{
border-color: #8C5039;
}
</style>