Shades of Paarl #8D4732
Tints of Paarl #8D4732
RGB
CMYK
RGB Variations
Color information
#8D4732 (or 0x8D4732) is known color: Paarl. HEX triplet: 8D, 47 and 32. RGB value is (141,71,50). Sum of RGB (Red+Green+Blue) = 141+71+50=262 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.82% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4732 is #72B8CD. Grayscale: #595959. Windows color (decimal): -7518414 or 3295117. OLE color: 3295117.
HSL color Cylindrical-coordinate representation of color #8D4732: hue angle of 13.85º 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 #8D4732 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 71 | 50 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.45 |
| HSL | 13.85º | 0.48% | 0.37% | - |
| HSV(B) | 13.85º | 0.65% | 0.55% | - |
| XYZ | 13.81 | 10.4 | 4.3 | - |
| YUV | 89.54 | 105.69 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 50 | 0 | 0.50 | 0.65 | 0.45 | 13.85 | 0.48 | 0.37 |
| Hex | 8D | 47 | 32 | 0 | 32 | 41 | 2D | E | 30 | 25 |
| Octal | 215 | 107 | 62 | 0 | 62 | 101 | 55 | 16 | 60 | 45 |
| Binary | 10001101 | 1000111 | 110010 | 0 | 110010 | 1000001 | 101101 | 1110 | 110000 | 100101 |
Color Harmonies of #8D4732
Complementary color
Monochromatic Colors of #8D4732
Black with #8D4732
Text Example
Text Example
White with #8D4732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4732; }
p { color: rgb(141,71,50); }
H1.HeaderClassName
{
color: #8D4732;
}
.AnyTagClassName
{
color: #8D4732;
}
</style>
background-color css
<style>
a { background-color: #8D4732; }
a { background-color: rgb(141,71,50); }
div.DivClassName
{
background-color: #8D4732;
}
.BgClassName
{
background-color: #8D4732;
}
</style>
border-color css
<style>
span { border-color: #8D4732; }
span { border-color: rgb(141,71,50); }
td.TdClassName
{
border-color: #8D4732;
}
.TagClassName
{
border-color: #8D4732;
}
</style>