Shades of Paarl #8D4F34
Tints of Paarl #8D4F34
RGB
CMYK
RGB Variations
Color information
#8D4F34 (or 0x8D4F34) is known color: Paarl. HEX triplet: 8D, 4F and 34. RGB value is (141,79,52). Sum of RGB (Red+Green+Blue) = 141+79+52=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D4F34 is #72B0CB. Grayscale: #5E5E5E. Windows color (decimal): -7516364 or 3428237. OLE color: 3428237.
HSL color Cylindrical-coordinate representation of color #8D4F34: hue angle of 18.2º 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 #8D4F34 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 79 | 52 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.45 |
| HSL | 18.2º | 0.46% | 0.38% | - |
| HSV(B) | 18.2º | 0.63% | 0.55% | - |
| XYZ | 14.4 | 11.5 | 4.71 | - |
| YUV | 94.46 | 104.04 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 79 | 52 | 0 | 0.44 | 0.63 | 0.45 | 18.2 | 0.46 | 0.38 |
| Hex | 8D | 4F | 34 | 0 | 2C | 3F | 2D | 12 | 2E | 26 |
| Octal | 215 | 117 | 64 | 0 | 54 | 77 | 55 | 22 | 56 | 46 |
| Binary | 10001101 | 1001111 | 110100 | 0 | 101100 | 111111 | 101101 | 10010 | 101110 | 100110 |
Color Harmonies of #8D4F34
Complementary color
Monochromatic Colors of #8D4F34
Black with #8D4F34
Text Example
Text Example
White with #8D4F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4F34; }
p { color: rgb(141,79,52); }
H1.HeaderClassName
{
color: #8D4F34;
}
.AnyTagClassName
{
color: #8D4F34;
}
</style>
background-color css
<style>
a { background-color: #8D4F34; }
a { background-color: rgb(141,79,52); }
div.DivClassName
{
background-color: #8D4F34;
}
.BgClassName
{
background-color: #8D4F34;
}
</style>
border-color css
<style>
span { border-color: #8D4F34; }
span { border-color: rgb(141,79,52); }
td.TdClassName
{
border-color: #8D4F34;
}
.TagClassName
{
border-color: #8D4F34;
}
</style>