Shades of Paarl #84462C
Tints of Paarl #84462C
RGB
CMYK
RGB Variations
Color information
#84462C (or 0x84462C) is known color: Paarl. HEX triplet: 84, 46 and 2C. RGB value is (132,70,44). Sum of RGB (Red+Green+Blue) = 132+70+44=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #84462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84462C is #7BB9D3. Grayscale: #555555. Windows color (decimal): -8108500 or 2901636. OLE color: 2901636.
HSL color Cylindrical-coordinate representation of color #84462C: hue angle of 17.73º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84462C is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 70 | 44 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.48 |
| HSL | 17.73º | 0.5% | 0.35% | - |
| HSV(B) | 17.73º | 0.67% | 0.52% | - |
| XYZ | 12.16 | 9.47 | 3.57 | - |
| YUV | 85.57 | 104.54 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 44 | 0 | 0.47 | 0.67 | 0.48 | 17.73 | 0.5 | 0.35 |
| Hex | 84 | 46 | 2C | 0 | 2F | 43 | 30 | 12 | 32 | 23 |
| Octal | 204 | 106 | 54 | 0 | 57 | 103 | 60 | 22 | 62 | 43 |
| Binary | 10000100 | 1000110 | 101100 | 0 | 101111 | 1000011 | 110000 | 10010 | 110010 | 100011 |
Color Harmonies of #84462C
Complementary color
Monochromatic Colors of #84462C
Black with #84462C
Text Example
Text Example
White with #84462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84462C; }
p { color: rgb(132,70,44); }
H1.HeaderClassName
{
color: #84462C;
}
.AnyTagClassName
{
color: #84462C;
}
</style>
background-color css
<style>
a { background-color: #84462C; }
a { background-color: rgb(132,70,44); }
div.DivClassName
{
background-color: #84462C;
}
.BgClassName
{
background-color: #84462C;
}
</style>
border-color css
<style>
span { border-color: #84462C; }
span { border-color: rgb(132,70,44); }
td.TdClassName
{
border-color: #84462C;
}
.TagClassName
{
border-color: #84462C;
}
</style>