Shades of Paarl #8D4536
Tints of Paarl #8D4536
RGB
CMYK
RGB Variations
Color information
#8D4536 (or 0x8D4536) is known color: Paarl. HEX triplet: 8D, 45 and 36. RGB value is (141,69,54). Sum of RGB (Red+Green+Blue) = 141+69+54=264 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.41% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4536 is #72BAC9. Grayscale: #585858. Windows color (decimal): -7518922 or 3556749. OLE color: 3556749.
HSL color Cylindrical-coordinate representation of color #8D4536: hue angle of 10.34º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D4536 is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 69 | 54 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.45 |
| HSL | 10.34º | 0.45% | 0.38% | - |
| HSV(B) | 10.34º | 0.62% | 0.55% | - |
| XYZ | 13.78 | 10.19 | 4.73 | - |
| YUV | 88.82 | 108.35 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 54 | 0 | 0.51 | 0.62 | 0.45 | 10.34 | 0.45 | 0.38 |
| Hex | 8D | 45 | 36 | 0 | 33 | 3E | 2D | A | 2D | 26 |
| Octal | 215 | 105 | 66 | 0 | 63 | 76 | 55 | 12 | 55 | 46 |
| Binary | 10001101 | 1000101 | 110110 | 0 | 110011 | 111110 | 101101 | 1010 | 101101 | 100110 |
Color Harmonies of #8D4536
Complementary color
Monochromatic Colors of #8D4536
Black with #8D4536
Text Example
Text Example
White with #8D4536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4536; }
p { color: rgb(141,69,54); }
H1.HeaderClassName
{
color: #8D4536;
}
.AnyTagClassName
{
color: #8D4536;
}
</style>
background-color css
<style>
a { background-color: #8D4536; }
a { background-color: rgb(141,69,54); }
div.DivClassName
{
background-color: #8D4536;
}
.BgClassName
{
background-color: #8D4536;
}
</style>
border-color css
<style>
span { border-color: #8D4536; }
span { border-color: rgb(141,69,54); }
td.TdClassName
{
border-color: #8D4536;
}
.TagClassName
{
border-color: #8D4536;
}
</style>