Shades of Paarl #86442E
Tints of Paarl #86442E
RGB
CMYK
RGB Variations
Color information
#86442E (or 0x86442E) is known color: Paarl. HEX triplet: 86, 44 and 2E. RGB value is (134,68,46). Sum of RGB (Red+Green+Blue) = 134+68+46=248 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.03% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 134 - color contains mainly: red. Hex color #86442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86442E is #79BBD1. Grayscale: #555555. Windows color (decimal): -7977938 or 3032198. OLE color: 3032198.
HSL color Cylindrical-coordinate representation of color #86442E: hue angle of 15º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86442E is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 68 | 46 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.47 |
| HSL | 15º | 0.49% | 0.35% | - |
| HSV(B) | 15º | 0.66% | 0.53% | - |
| XYZ | 12.39 | 9.4 | 3.75 | - |
| YUV | 85.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 68 | 46 | 0 | 0.49 | 0.66 | 0.47 | 15 | 0.49 | 0.35 |
| Hex | 86 | 44 | 2E | 0 | 31 | 42 | 2F | F | 31 | 23 |
| Octal | 206 | 104 | 56 | 0 | 61 | 102 | 57 | 17 | 61 | 43 |
| Binary | 10000110 | 1000100 | 101110 | 0 | 110001 | 1000010 | 101111 | 1111 | 110001 | 100011 |
Color Harmonies of #86442E
Complementary color
Monochromatic Colors of #86442E
Black with #86442E
Text Example
Text Example
White with #86442E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86442E; }
p { color: rgb(134,68,46); }
H1.HeaderClassName
{
color: #86442E;
}
.AnyTagClassName
{
color: #86442E;
}
</style>
background-color css
<style>
a { background-color: #86442E; }
a { background-color: rgb(134,68,46); }
div.DivClassName
{
background-color: #86442E;
}
.BgClassName
{
background-color: #86442E;
}
</style>
border-color css
<style>
span { border-color: #86442E; }
span { border-color: rgb(134,68,46); }
td.TdClassName
{
border-color: #86442E;
}
.TagClassName
{
border-color: #86442E;
}
</style>