Shades of Paarl #8D4C32
Tints of Paarl #8D4C32
RGB
CMYK
RGB Variations
Color information
#8D4C32 (or 0x8D4C32) is known color: Paarl. HEX triplet: 8D, 4C and 32. RGB value is (141,76,50). Sum of RGB (Red+Green+Blue) = 141+76+50=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4C32 is #72B3CD. Grayscale: #5C5C5C. Windows color (decimal): -7517134 or 3296397. OLE color: 3296397.
HSL color Cylindrical-coordinate representation of color #8D4C32: hue angle of 17.14º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D4C32 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 76 | 50 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.45 |
| HSL | 17.14º | 0.48% | 0.37% | - |
| HSV(B) | 17.14º | 0.65% | 0.55% | - |
| XYZ | 14.14 | 11.06 | 4.41 | - |
| YUV | 92.47 | 104.03 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 50 | 0 | 0.46 | 0.65 | 0.45 | 17.14 | 0.48 | 0.37 |
| Hex | 8D | 4C | 32 | 0 | 2E | 41 | 2D | 11 | 30 | 25 |
| Octal | 215 | 114 | 62 | 0 | 56 | 101 | 55 | 21 | 60 | 45 |
| Binary | 10001101 | 1001100 | 110010 | 0 | 101110 | 1000001 | 101101 | 10001 | 110000 | 100101 |
Color Harmonies of #8D4C32
Complementary color
Monochromatic Colors of #8D4C32
Black with #8D4C32
Text Example
Text Example
White with #8D4C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4C32; }
p { color: rgb(141,76,50); }
H1.HeaderClassName
{
color: #8D4C32;
}
.AnyTagClassName
{
color: #8D4C32;
}
</style>
background-color css
<style>
a { background-color: #8D4C32; }
a { background-color: rgb(141,76,50); }
div.DivClassName
{
background-color: #8D4C32;
}
.BgClassName
{
background-color: #8D4C32;
}
</style>
border-color css
<style>
span { border-color: #8D4C32; }
span { border-color: rgb(141,76,50); }
td.TdClassName
{
border-color: #8D4C32;
}
.TagClassName
{
border-color: #8D4C32;
}
</style>