Shades of Paarl #86452C
Tints of Paarl #86452C
RGB
CMYK
RGB Variations
Color information
#86452C (or 0x86452C) is known color: Paarl. HEX triplet: 86, 45 and 2C. RGB value is (134,69,44). Sum of RGB (Red+Green+Blue) = 134+69+44=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #86452C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86452C is #79BAD3. Grayscale: #555555. Windows color (decimal): -7977684 or 2901382. OLE color: 2901382.
HSL color Cylindrical-coordinate representation of color #86452C: hue angle of 16.67º 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 #86452C is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 69 | 44 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.47 |
| HSL | 16.67º | 0.51% | 0.35% | - |
| HSV(B) | 16.67º | 0.67% | 0.53% | - |
| XYZ | 12.41 | 9.51 | 3.56 | - |
| YUV | 85.59 | 104.53 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 69 | 44 | 0 | 0.49 | 0.67 | 0.47 | 16.67 | 0.51 | 0.35 |
| Hex | 86 | 45 | 2C | 0 | 31 | 43 | 2F | 11 | 33 | 23 |
| Octal | 206 | 105 | 54 | 0 | 61 | 103 | 57 | 21 | 63 | 43 |
| Binary | 10000110 | 1000101 | 101100 | 0 | 110001 | 1000011 | 101111 | 10001 | 110011 | 100011 |
Color Harmonies of #86452C
Complementary color
Monochromatic Colors of #86452C
Black with #86452C
Text Example
Text Example
White with #86452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86452C; }
p { color: rgb(134,69,44); }
H1.HeaderClassName
{
color: #86452C;
}
.AnyTagClassName
{
color: #86452C;
}
</style>
background-color css
<style>
a { background-color: #86452C; }
a { background-color: rgb(134,69,44); }
div.DivClassName
{
background-color: #86452C;
}
.BgClassName
{
background-color: #86452C;
}
</style>
border-color css
<style>
span { border-color: #86452C; }
span { border-color: rgb(134,69,44); }
td.TdClassName
{
border-color: #86452C;
}
.TagClassName
{
border-color: #86452C;
}
</style>