Shades of Paarl #8C5135
Tints of Paarl #8C5135
RGB
CMYK
RGB Variations
Color information
#8C5135 (or 0x8C5135) is known color: Paarl. HEX triplet: 8C, 51 and 35. RGB value is (140,81,53). Sum of RGB (Red+Green+Blue) = 140+81+53=274 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.09% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5135 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5135 is #73AECA. Grayscale: #5F5F5F. Windows color (decimal): -7581387 or 3494284. OLE color: 3494284.
HSL color Cylindrical-coordinate representation of color #8C5135: hue angle of 19.31º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C5135 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 81 | 53 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.45 |
| HSL | 19.31º | 0.45% | 0.38% | - |
| HSV(B) | 19.31º | 0.62% | 0.55% | - |
| XYZ | 14.4 | 11.72 | 4.87 | - |
| YUV | 95.45 | 104.05 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 81 | 53 | 0 | 0.42 | 0.62 | 0.45 | 19.31 | 0.45 | 0.38 |
| Hex | 8C | 51 | 35 | 0 | 2A | 3E | 2D | 13 | 2D | 26 |
| Octal | 214 | 121 | 65 | 0 | 52 | 76 | 55 | 23 | 55 | 46 |
| Binary | 10001100 | 1010001 | 110101 | 0 | 101010 | 111110 | 101101 | 10011 | 101101 | 100110 |
Color Harmonies of #8C5135
Complementary color
Monochromatic Colors of #8C5135
Black with #8C5135
Text Example
Text Example
White with #8C5135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5135; }
p { color: rgb(140,81,53); }
H1.HeaderClassName
{
color: #8C5135;
}
.AnyTagClassName
{
color: #8C5135;
}
</style>
background-color css
<style>
a { background-color: #8C5135; }
a { background-color: rgb(140,81,53); }
div.DivClassName
{
background-color: #8C5135;
}
.BgClassName
{
background-color: #8C5135;
}
</style>
border-color css
<style>
span { border-color: #8C5135; }
span { border-color: rgb(140,81,53); }
td.TdClassName
{
border-color: #8C5135;
}
.TagClassName
{
border-color: #8C5135;
}
</style>