Shades of Paarl #8D4A34
Tints of Paarl #8D4A34
RGB
CMYK
RGB Variations
Color information
#8D4A34 (or 0x8D4A34) is known color: Paarl. HEX triplet: 8D, 4A and 34. RGB value is (141,74,52). Sum of RGB (Red+Green+Blue) = 141+74+52=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4A34 is #72B5CB. Grayscale: #5B5B5B. Windows color (decimal): -7517644 or 3426957. OLE color: 3426957.
HSL color Cylindrical-coordinate representation of color #8D4A34: hue angle of 14.83º 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 #8D4A34 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 74 | 52 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.45 |
| HSL | 14.83º | 0.46% | 0.38% | - |
| HSV(B) | 14.83º | 0.63% | 0.55% | - |
| XYZ | 14.05 | 10.81 | 4.59 | - |
| YUV | 91.53 | 105.7 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 52 | 0 | 0.48 | 0.63 | 0.45 | 14.83 | 0.46 | 0.38 |
| Hex | 8D | 4A | 34 | 0 | 30 | 3F | 2D | F | 2E | 26 |
| Octal | 215 | 112 | 64 | 0 | 60 | 77 | 55 | 17 | 56 | 46 |
| Binary | 10001101 | 1001010 | 110100 | 0 | 110000 | 111111 | 101101 | 1111 | 101110 | 100110 |
Color Harmonies of #8D4A34
Complementary color
Monochromatic Colors of #8D4A34
Black with #8D4A34
Text Example
Text Example
White with #8D4A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4A34; }
p { color: rgb(141,74,52); }
H1.HeaderClassName
{
color: #8D4A34;
}
.AnyTagClassName
{
color: #8D4A34;
}
</style>
background-color css
<style>
a { background-color: #8D4A34; }
a { background-color: rgb(141,74,52); }
div.DivClassName
{
background-color: #8D4A34;
}
.BgClassName
{
background-color: #8D4A34;
}
</style>
border-color css
<style>
span { border-color: #8D4A34; }
span { border-color: rgb(141,74,52); }
td.TdClassName
{
border-color: #8D4A34;
}
.TagClassName
{
border-color: #8D4A34;
}
</style>