Shades of Paarl #86472F
Tints of Paarl #86472F
RGB
CMYK
RGB Variations
Color information
#86472F (or 0x86472F) is known color: Paarl. HEX triplet: 86, 47 and 2F. RGB value is (134,71,47). Sum of RGB (Red+Green+Blue) = 134+71+47=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #86472F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86472F is #79B8D0. Grayscale: #575757. Windows color (decimal): -7977169 or 3098502. OLE color: 3098502.
HSL color Cylindrical-coordinate representation of color #86472F: hue angle of 16.55º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86472F is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 71 | 47 | - |
| CMYK | 0 | 0.47 | 0.65 | 0.47 |
| HSL | 16.55º | 0.48% | 0.35% | - |
| HSV(B) | 16.55º | 0.65% | 0.53% | - |
| XYZ | 12.6 | 9.78 | 3.91 | - |
| YUV | 87.1 | 105.37 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 71 | 47 | 0 | 0.47 | 0.65 | 0.47 | 16.55 | 0.48 | 0.35 |
| Hex | 86 | 47 | 2F | 0 | 2F | 41 | 2F | 11 | 30 | 23 |
| Octal | 206 | 107 | 57 | 0 | 57 | 101 | 57 | 21 | 60 | 43 |
| Binary | 10000110 | 1000111 | 101111 | 0 | 101111 | 1000001 | 101111 | 10001 | 110000 | 100011 |
Color Harmonies of #86472F
Complementary color
Monochromatic Colors of #86472F
Black with #86472F
Text Example
Text Example
White with #86472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86472F; }
p { color: rgb(134,71,47); }
H1.HeaderClassName
{
color: #86472F;
}
.AnyTagClassName
{
color: #86472F;
}
</style>
background-color css
<style>
a { background-color: #86472F; }
a { background-color: rgb(134,71,47); }
div.DivClassName
{
background-color: #86472F;
}
.BgClassName
{
background-color: #86472F;
}
</style>
border-color css
<style>
span { border-color: #86472F; }
span { border-color: rgb(134,71,47); }
td.TdClassName
{
border-color: #86472F;
}
.TagClassName
{
border-color: #86472F;
}
</style>