Shades of Paarl #8D4734
Tints of Paarl #8D4734
RGB
CMYK
RGB Variations
Color information
#8D4734 (or 0x8D4734) is known color: Paarl. HEX triplet: 8D, 47 and 34. RGB value is (141,71,52). Sum of RGB (Red+Green+Blue) = 141+71+52=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4734 is #72B8CB. Grayscale: #595959. Windows color (decimal): -7518412 or 3426189. OLE color: 3426189.
HSL color Cylindrical-coordinate representation of color #8D4734: hue angle of 12.81º 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 #8D4734 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 71 | 52 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.45 |
| HSL | 12.81º | 0.46% | 0.38% | - |
| HSV(B) | 12.81º | 0.63% | 0.55% | - |
| XYZ | 13.86 | 10.42 | 4.53 | - |
| YUV | 89.76 | 106.69 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 52 | 0 | 0.50 | 0.63 | 0.45 | 12.81 | 0.46 | 0.38 |
| Hex | 8D | 47 | 34 | 0 | 32 | 3F | 2D | D | 2E | 26 |
| Octal | 215 | 107 | 64 | 0 | 62 | 77 | 55 | 15 | 56 | 46 |
| Binary | 10001101 | 1000111 | 110100 | 0 | 110010 | 111111 | 101101 | 1101 | 101110 | 100110 |
Color Harmonies of #8D4734
Complementary color
Monochromatic Colors of #8D4734
Black with #8D4734
Text Example
Text Example
White with #8D4734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4734; }
p { color: rgb(141,71,52); }
H1.HeaderClassName
{
color: #8D4734;
}
.AnyTagClassName
{
color: #8D4734;
}
</style>
background-color css
<style>
a { background-color: #8D4734; }
a { background-color: rgb(141,71,52); }
div.DivClassName
{
background-color: #8D4734;
}
.BgClassName
{
background-color: #8D4734;
}
</style>
border-color css
<style>
span { border-color: #8D4734; }
span { border-color: rgb(141,71,52); }
td.TdClassName
{
border-color: #8D4734;
}
.TagClassName
{
border-color: #8D4734;
}
</style>