Shades of Paarl #86462C
Tints of Paarl #86462C
RGB
CMYK
RGB Variations
Color information
#86462C (or 0x86462C) is known color: Paarl. HEX triplet: 86, 46 and 2C. RGB value is (134,70,44). Sum of RGB (Red+Green+Blue) = 134+70+44=248 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.03% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 134 - color contains mainly: red. Hex color #86462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86462C is #79B9D3. Grayscale: #565656. Windows color (decimal): -7977428 or 2901638. OLE color: 2901638.
HSL color Cylindrical-coordinate representation of color #86462C: hue angle of 17.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86462C is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 70 | 44 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.47 |
| HSL | 17.33º | 0.51% | 0.35% | - |
| HSV(B) | 17.33º | 0.67% | 0.53% | - |
| XYZ | 12.48 | 9.63 | 3.58 | - |
| YUV | 86.17 | 104.2 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 70 | 44 | 0 | 0.48 | 0.67 | 0.47 | 17.33 | 0.51 | 0.35 |
| Hex | 86 | 46 | 2C | 0 | 30 | 43 | 2F | 11 | 33 | 23 |
| Octal | 206 | 106 | 54 | 0 | 60 | 103 | 57 | 21 | 63 | 43 |
| Binary | 10000110 | 1000110 | 101100 | 0 | 110000 | 1000011 | 101111 | 10001 | 110011 | 100011 |
Color Harmonies of #86462C
Complementary color
Monochromatic Colors of #86462C
Black with #86462C
Text Example
Text Example
White with #86462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86462C; }
p { color: rgb(134,70,44); }
H1.HeaderClassName
{
color: #86462C;
}
.AnyTagClassName
{
color: #86462C;
}
</style>
background-color css
<style>
a { background-color: #86462C; }
a { background-color: rgb(134,70,44); }
div.DivClassName
{
background-color: #86462C;
}
.BgClassName
{
background-color: #86462C;
}
</style>
border-color css
<style>
span { border-color: #86462C; }
span { border-color: rgb(134,70,44); }
td.TdClassName
{
border-color: #86462C;
}
.TagClassName
{
border-color: #86462C;
}
</style>