Shades of Paarl #864D30
Tints of Paarl #864D30
RGB
CMYK
RGB Variations
Color information
#864D30 (or 0x864D30) is known color: Paarl. HEX triplet: 86, 4D and 30. RGB value is (134,77,48). Sum of RGB (Red+Green+Blue) = 134+77+48=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #864D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864D30 is #79B2CF. Grayscale: #5A5A5A. Windows color (decimal): -7975632 or 3165574. OLE color: 3165574.
HSL color Cylindrical-coordinate representation of color #864D30: hue angle of 20.23º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #864D30 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 77 | 48 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.47 |
| HSL | 20.23º | 0.47% | 0.36% | - |
| HSV(B) | 20.23º | 0.64% | 0.53% | - |
| XYZ | 13.02 | 10.59 | 4.15 | - |
| YUV | 90.74 | 103.88 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 48 | 0 | 0.43 | 0.64 | 0.47 | 20.23 | 0.47 | 0.36 |
| Hex | 86 | 4D | 30 | 0 | 2B | 40 | 2F | 14 | 2F | 24 |
| Octal | 206 | 115 | 60 | 0 | 53 | 100 | 57 | 24 | 57 | 44 |
| Binary | 10000110 | 1001101 | 110000 | 0 | 101011 | 1000000 | 101111 | 10100 | 101111 | 100100 |
Color Harmonies of #864D30
Complementary color
Monochromatic Colors of #864D30
Black with #864D30
Text Example
Text Example
White with #864D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864D30; }
p { color: rgb(134,77,48); }
H1.HeaderClassName
{
color: #864D30;
}
.AnyTagClassName
{
color: #864D30;
}
</style>
background-color css
<style>
a { background-color: #864D30; }
a { background-color: rgb(134,77,48); }
div.DivClassName
{
background-color: #864D30;
}
.BgClassName
{
background-color: #864D30;
}
</style>
border-color css
<style>
span { border-color: #864D30; }
span { border-color: rgb(134,77,48); }
td.TdClassName
{
border-color: #864D30;
}
.TagClassName
{
border-color: #864D30;
}
</style>