Shades of Paarl #8C4734
Tints of Paarl #8C4734
RGB
CMYK
RGB Variations
Color information
#8C4734 (or 0x8C4734) is known color: Paarl. HEX triplet: 8C, 47 and 34. RGB value is (140,71,52). Sum of RGB (Red+Green+Blue) = 140+71+52=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4734 is #73B8CB. Grayscale: #595959. Windows color (decimal): -7583948 or 3426188. OLE color: 3426188.
HSL color Cylindrical-coordinate representation of color #8C4734: hue angle of 12.95º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C4734 is Cyan = 0, Magento = 0.49, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 71 | 52 | - |
| CMYK | 0 | 0.49 | 0.63 | 0.45 |
| HSL | 12.95º | 0.46% | 0.38% | - |
| HSV(B) | 12.95º | 0.63% | 0.55% | - |
| XYZ | 13.69 | 10.33 | 4.52 | - |
| YUV | 89.47 | 106.86 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 71 | 52 | 0 | 0.49 | 0.63 | 0.45 | 12.95 | 0.46 | 0.38 |
| Hex | 8C | 47 | 34 | 0 | 31 | 3F | 2D | D | 2E | 26 |
| Octal | 214 | 107 | 64 | 0 | 61 | 77 | 55 | 15 | 56 | 46 |
| Binary | 10001100 | 1000111 | 110100 | 0 | 110001 | 111111 | 101101 | 1101 | 101110 | 100110 |
Color Harmonies of #8C4734
Complementary color
Monochromatic Colors of #8C4734
Black with #8C4734
Text Example
Text Example
White with #8C4734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4734; }
p { color: rgb(140,71,52); }
H1.HeaderClassName
{
color: #8C4734;
}
.AnyTagClassName
{
color: #8C4734;
}
</style>
background-color css
<style>
a { background-color: #8C4734; }
a { background-color: rgb(140,71,52); }
div.DivClassName
{
background-color: #8C4734;
}
.BgClassName
{
background-color: #8C4734;
}
</style>
border-color css
<style>
span { border-color: #8C4734; }
span { border-color: rgb(140,71,52); }
td.TdClassName
{
border-color: #8C4734;
}
.TagClassName
{
border-color: #8C4734;
}
</style>