Shades of Paarl #86523A
Tints of Paarl #86523A
RGB
CMYK
RGB Variations
Color information
#86523A (or 0x86523A) is known color: Paarl. HEX triplet: 86, 52 and 3A. RGB value is (134,82,58). Sum of RGB (Red+Green+Blue) = 134+82+58=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #86523A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86523A is #79ADC5. Grayscale: #5E5E5E. Windows color (decimal): -7974342 or 3822214. OLE color: 3822214.
HSL color Cylindrical-coordinate representation of color #86523A: hue angle of 18.95º 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 #86523A is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 82 | 58 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.47 |
| HSL | 18.95º | 0.4% | 0.38% | - |
| HSV(B) | 18.95º | 0.57% | 0.53% | - |
| XYZ | 13.61 | 11.41 | 5.49 | - |
| YUV | 94.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 58 | 0 | 0.39 | 0.57 | 0.47 | 18.95 | 0.4 | 0.38 |
| Hex | 86 | 52 | 3A | 0 | 27 | 39 | 2F | 13 | 28 | 26 |
| Octal | 206 | 122 | 72 | 0 | 47 | 71 | 57 | 23 | 50 | 46 |
| Binary | 10000110 | 1010010 | 111010 | 0 | 100111 | 111001 | 101111 | 10011 | 101000 | 100110 |
Color Harmonies of #86523A
Complementary color
Monochromatic Colors of #86523A
Black with #86523A
Text Example
Text Example
White with #86523A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86523A; }
p { color: rgb(134,82,58); }
H1.HeaderClassName
{
color: #86523A;
}
.AnyTagClassName
{
color: #86523A;
}
</style>
background-color css
<style>
a { background-color: #86523A; }
a { background-color: rgb(134,82,58); }
div.DivClassName
{
background-color: #86523A;
}
.BgClassName
{
background-color: #86523A;
}
</style>
border-color css
<style>
span { border-color: #86523A; }
span { border-color: rgb(134,82,58); }
td.TdClassName
{
border-color: #86523A;
}
.TagClassName
{
border-color: #86523A;
}
</style>