Shades of Paarl #8D4832
Tints of Paarl #8D4832
RGB
CMYK
RGB Variations
Color information
#8D4832 (or 0x8D4832) is known color: Paarl. HEX triplet: 8D, 48 and 32. RGB value is (141,72,50). Sum of RGB (Red+Green+Blue) = 141+72+50=263 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.61% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4832 is #72B7CD. Grayscale: #5A5A5A. Windows color (decimal): -7518158 or 3295373. OLE color: 3295373.
HSL color Cylindrical-coordinate representation of color #8D4832: hue angle of 14.51º 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 #8D4832 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 50 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.45 |
| HSL | 14.51º | 0.48% | 0.37% | - |
| HSV(B) | 14.51º | 0.65% | 0.55% | - |
| XYZ | 13.88 | 10.53 | 4.32 | - |
| YUV | 90.12 | 105.36 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 50 | 0 | 0.49 | 0.65 | 0.45 | 14.51 | 0.48 | 0.37 |
| Hex | 8D | 48 | 32 | 0 | 31 | 41 | 2D | F | 30 | 25 |
| Octal | 215 | 110 | 62 | 0 | 61 | 101 | 55 | 17 | 60 | 45 |
| Binary | 10001101 | 1001000 | 110010 | 0 | 110001 | 1000001 | 101101 | 1111 | 110000 | 100101 |
Color Harmonies of #8D4832
Complementary color
Monochromatic Colors of #8D4832
Black with #8D4832
Text Example
Text Example
White with #8D4832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4832; }
p { color: rgb(141,72,50); }
H1.HeaderClassName
{
color: #8D4832;
}
.AnyTagClassName
{
color: #8D4832;
}
</style>
background-color css
<style>
a { background-color: #8D4832; }
a { background-color: rgb(141,72,50); }
div.DivClassName
{
background-color: #8D4832;
}
.BgClassName
{
background-color: #8D4832;
}
</style>
border-color css
<style>
span { border-color: #8D4832; }
span { border-color: rgb(141,72,50); }
td.TdClassName
{
border-color: #8D4832;
}
.TagClassName
{
border-color: #8D4832;
}
</style>