Shades of Paarl #864B32
Tints of Paarl #864B32
RGB
CMYK
RGB Variations
Color information
#864B32 (or 0x864B32) is known color: Paarl. HEX triplet: 86, 4B and 32. RGB value is (134,75,50). Sum of RGB (Red+Green+Blue) = 134+75+50=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #864B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864B32 is #79B4CD. Grayscale: #595959. Windows color (decimal): -7976142 or 3296134. OLE color: 3296134.
HSL color Cylindrical-coordinate representation of color #864B32: hue angle of 17.86º 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 #864B32 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 75 | 50 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.47 |
| HSL | 17.86º | 0.46% | 0.36% | - |
| HSV(B) | 17.86º | 0.63% | 0.53% | - |
| XYZ | 12.92 | 10.33 | 4.33 | - |
| YUV | 89.79 | 105.55 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 75 | 50 | 0 | 0.44 | 0.63 | 0.47 | 17.86 | 0.46 | 0.36 |
| Hex | 86 | 4B | 32 | 0 | 2C | 3F | 2F | 12 | 2E | 24 |
| Octal | 206 | 113 | 62 | 0 | 54 | 77 | 57 | 22 | 56 | 44 |
| Binary | 10000110 | 1001011 | 110010 | 0 | 101100 | 111111 | 101111 | 10010 | 101110 | 100100 |
Color Harmonies of #864B32
Complementary color
Monochromatic Colors of #864B32
Black with #864B32
Text Example
Text Example
White with #864B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864B32; }
p { color: rgb(134,75,50); }
H1.HeaderClassName
{
color: #864B32;
}
.AnyTagClassName
{
color: #864B32;
}
</style>
background-color css
<style>
a { background-color: #864B32; }
a { background-color: rgb(134,75,50); }
div.DivClassName
{
background-color: #864B32;
}
.BgClassName
{
background-color: #864B32;
}
</style>
border-color css
<style>
span { border-color: #864B32; }
span { border-color: rgb(134,75,50); }
td.TdClassName
{
border-color: #864B32;
}
.TagClassName
{
border-color: #864B32;
}
</style>