Shades of Paarl #864E31
Tints of Paarl #864E31
RGB
CMYK
RGB Variations
Color information
#864E31 (or 0x864E31) is known color: Paarl. HEX triplet: 86, 4E and 31. RGB value is (134,78,49). Sum of RGB (Red+Green+Blue) = 134+78+49=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #864E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E31 is #79B1CE. Grayscale: #5B5B5B. Windows color (decimal): -7975375 or 3231366. OLE color: 3231366.
HSL color Cylindrical-coordinate representation of color #864E31: hue angle of 20.47º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #864E31 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 78 | 49 | - |
| CMYK | 0 | 0.42 | 0.63 | 0.47 |
| HSL | 20.47º | 0.46% | 0.36% | - |
| HSV(B) | 20.47º | 0.63% | 0.53% | - |
| XYZ | 13.11 | 10.74 | 4.29 | - |
| YUV | 91.44 | 104.05 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 49 | 0 | 0.42 | 0.63 | 0.47 | 20.47 | 0.46 | 0.36 |
| Hex | 86 | 4E | 31 | 0 | 2A | 3F | 2F | 14 | 2E | 24 |
| Octal | 206 | 116 | 61 | 0 | 52 | 77 | 57 | 24 | 56 | 44 |
| Binary | 10000110 | 1001110 | 110001 | 0 | 101010 | 111111 | 101111 | 10100 | 101110 | 100100 |
Color Harmonies of #864E31
Complementary color
Monochromatic Colors of #864E31
Black with #864E31
Text Example
Text Example
White with #864E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864E31; }
p { color: rgb(134,78,49); }
H1.HeaderClassName
{
color: #864E31;
}
.AnyTagClassName
{
color: #864E31;
}
</style>
background-color css
<style>
a { background-color: #864E31; }
a { background-color: rgb(134,78,49); }
div.DivClassName
{
background-color: #864E31;
}
.BgClassName
{
background-color: #864E31;
}
</style>
border-color css
<style>
span { border-color: #864E31; }
span { border-color: rgb(134,78,49); }
td.TdClassName
{
border-color: #864E31;
}
.TagClassName
{
border-color: #864E31;
}
</style>