Shades of Paarl #86513A
Tints of Paarl #86513A
RGB
CMYK
RGB Variations
Color information
#86513A (or 0x86513A) is known color: Paarl. HEX triplet: 86, 51 and 3A. RGB value is (134,81,58). Sum of RGB (Red+Green+Blue) = 134+81+58=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #86513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86513A is #79AEC5. Grayscale: #5E5E5E. Windows color (decimal): -7974598 or 3821958. OLE color: 3821958.
HSL color Cylindrical-coordinate representation of color #86513A: hue angle of 18.16º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86513A is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 81 | 58 | - |
| CMYK | 0 | 0.40 | 0.57 | 0.47 |
| HSL | 18.16º | 0.4% | 0.38% | - |
| HSV(B) | 18.16º | 0.57% | 0.53% | - |
| XYZ | 13.54 | 11.26 | 5.46 | - |
| YUV | 94.23 | 107.56 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 81 | 58 | 0 | 0.40 | 0.57 | 0.47 | 18.16 | 0.4 | 0.38 |
| Hex | 86 | 51 | 3A | 0 | 28 | 39 | 2F | 12 | 28 | 26 |
| Octal | 206 | 121 | 72 | 0 | 50 | 71 | 57 | 22 | 50 | 46 |
| Binary | 10000110 | 1010001 | 111010 | 0 | 101000 | 111001 | 101111 | 10010 | 101000 | 100110 |
Color Harmonies of #86513A
Complementary color
Monochromatic Colors of #86513A
Black with #86513A
Text Example
Text Example
White with #86513A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86513A; }
p { color: rgb(134,81,58); }
H1.HeaderClassName
{
color: #86513A;
}
.AnyTagClassName
{
color: #86513A;
}
</style>
background-color css
<style>
a { background-color: #86513A; }
a { background-color: rgb(134,81,58); }
div.DivClassName
{
background-color: #86513A;
}
.BgClassName
{
background-color: #86513A;
}
</style>
border-color css
<style>
span { border-color: #86513A; }
span { border-color: rgb(134,81,58); }
td.TdClassName
{
border-color: #86513A;
}
.TagClassName
{
border-color: #86513A;
}
</style>