Shades of Paarl #8C5036
Tints of Paarl #8C5036
RGB
CMYK
RGB Variations
Color information
#8C5036 (or 0x8C5036) is known color: Paarl. HEX triplet: 8C, 50 and 36. RGB value is (140,80,54). Sum of RGB (Red+Green+Blue) = 140+80+54=274 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.09% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5036 is #73AFC9. Grayscale: #5F5F5F. Windows color (decimal): -7581642 or 3559564. OLE color: 3559564.
HSL color Cylindrical-coordinate representation of color #8C5036: hue angle of 18.14º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C5036 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 80 | 54 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.45 |
| HSL | 18.14º | 0.44% | 0.38% | - |
| HSV(B) | 18.14º | 0.61% | 0.55% | - |
| XYZ | 14.35 | 11.58 | 4.97 | - |
| YUV | 94.98 | 104.88 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 54 | 0 | 0.43 | 0.61 | 0.45 | 18.14 | 0.44 | 0.38 |
| Hex | 8C | 50 | 36 | 0 | 2B | 3D | 2D | 12 | 2C | 26 |
| Octal | 214 | 120 | 66 | 0 | 53 | 75 | 55 | 22 | 54 | 46 |
| Binary | 10001100 | 1010000 | 110110 | 0 | 101011 | 111101 | 101101 | 10010 | 101100 | 100110 |
Color Harmonies of #8C5036
Complementary color
Monochromatic Colors of #8C5036
Black with #8C5036
Text Example
Text Example
White with #8C5036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5036; }
p { color: rgb(140,80,54); }
H1.HeaderClassName
{
color: #8C5036;
}
.AnyTagClassName
{
color: #8C5036;
}
</style>
background-color css
<style>
a { background-color: #8C5036; }
a { background-color: rgb(140,80,54); }
div.DivClassName
{
background-color: #8C5036;
}
.BgClassName
{
background-color: #8C5036;
}
</style>
border-color css
<style>
span { border-color: #8C5036; }
span { border-color: rgb(140,80,54); }
td.TdClassName
{
border-color: #8C5036;
}
.TagClassName
{
border-color: #8C5036;
}
</style>