Shades of Paarl #84482E
Tints of Paarl #84482E
RGB
CMYK
RGB Variations
Color information
#84482E (or 0x84482E) is known color: Paarl. HEX triplet: 84, 48 and 2E. RGB value is (132,72,46). Sum of RGB (Red+Green+Blue) = 132+72+46=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #84482E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84482E is #7BB7D1. Grayscale: #575757. Windows color (decimal): -8107986 or 3033220. OLE color: 3033220.
HSL color Cylindrical-coordinate representation of color #84482E: hue angle of 18.14º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84482E is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 72 | 46 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.48 |
| HSL | 18.14º | 0.48% | 0.35% | - |
| HSV(B) | 18.14º | 0.65% | 0.52% | - |
| XYZ | 12.33 | 9.74 | 3.81 | - |
| YUV | 86.98 | 104.88 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 46 | 0 | 0.45 | 0.65 | 0.48 | 18.14 | 0.48 | 0.35 |
| Hex | 84 | 48 | 2E | 0 | 2D | 41 | 30 | 12 | 30 | 23 |
| Octal | 204 | 110 | 56 | 0 | 55 | 101 | 60 | 22 | 60 | 43 |
| Binary | 10000100 | 1001000 | 101110 | 0 | 101101 | 1000001 | 110000 | 10010 | 110000 | 100011 |
Color Harmonies of #84482E
Complementary color
Monochromatic Colors of #84482E
Black with #84482E
Text Example
Text Example
White with #84482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84482E; }
p { color: rgb(132,72,46); }
H1.HeaderClassName
{
color: #84482E;
}
.AnyTagClassName
{
color: #84482E;
}
</style>
background-color css
<style>
a { background-color: #84482E; }
a { background-color: rgb(132,72,46); }
div.DivClassName
{
background-color: #84482E;
}
.BgClassName
{
background-color: #84482E;
}
</style>
border-color css
<style>
span { border-color: #84482E; }
span { border-color: rgb(132,72,46); }
td.TdClassName
{
border-color: #84482E;
}
.TagClassName
{
border-color: #84482E;
}
</style>