Shades of Paarl #864E34
Tints of Paarl #864E34
RGB
CMYK
RGB Variations
Color information
#864E34 (or 0x864E34) is known color: Paarl. HEX triplet: 86, 4E and 34. RGB value is (134,78,52). Sum of RGB (Red+Green+Blue) = 134+78+52=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #864E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E34 is #79B1CB. Grayscale: #5B5B5B. Windows color (decimal): -7975372 or 3427974. OLE color: 3427974.
HSL color Cylindrical-coordinate representation of color #864E34: hue angle of 19.02º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #864E34 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 78 | 52 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.47 |
| HSL | 19.02º | 0.44% | 0.36% | - |
| HSV(B) | 19.02º | 0.61% | 0.53% | - |
| XYZ | 13.18 | 10.77 | 4.63 | - |
| YUV | 91.78 | 105.55 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 52 | 0 | 0.42 | 0.61 | 0.47 | 19.02 | 0.44 | 0.36 |
| Hex | 86 | 4E | 34 | 0 | 2A | 3D | 2F | 13 | 2C | 24 |
| Octal | 206 | 116 | 64 | 0 | 52 | 75 | 57 | 23 | 54 | 44 |
| Binary | 10000110 | 1001110 | 110100 | 0 | 101010 | 111101 | 101111 | 10011 | 101100 | 100100 |
Color Harmonies of #864E34
Complementary color
Monochromatic Colors of #864E34
Black with #864E34
Text Example
Text Example
White with #864E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864E34; }
p { color: rgb(134,78,52); }
H1.HeaderClassName
{
color: #864E34;
}
.AnyTagClassName
{
color: #864E34;
}
</style>
background-color css
<style>
a { background-color: #864E34; }
a { background-color: rgb(134,78,52); }
div.DivClassName
{
background-color: #864E34;
}
.BgClassName
{
background-color: #864E34;
}
</style>
border-color css
<style>
span { border-color: #864E34; }
span { border-color: rgb(134,78,52); }
td.TdClassName
{
border-color: #864E34;
}
.TagClassName
{
border-color: #864E34;
}
</style>