Shades of Paarl #84492E
Tints of Paarl #84492E
RGB
CMYK
RGB Variations
Color information
#84492E (or 0x84492E) is known color: Paarl. HEX triplet: 84, 49 and 2E. RGB value is (132,73,46). Sum of RGB (Red+Green+Blue) = 132+73+46=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #84492E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84492E is #7BB6D1. Grayscale: #575757. Windows color (decimal): -8107730 or 3033476. OLE color: 3033476.
HSL color Cylindrical-coordinate representation of color #84492E: hue angle of 18.84º 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 #84492E is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 73 | 46 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.48 |
| HSL | 18.84º | 0.48% | 0.35% | - |
| HSV(B) | 18.84º | 0.65% | 0.52% | - |
| XYZ | 12.39 | 9.87 | 3.84 | - |
| YUV | 87.56 | 104.55 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 46 | 0 | 0.45 | 0.65 | 0.48 | 18.84 | 0.48 | 0.35 |
| Hex | 84 | 49 | 2E | 0 | 2D | 41 | 30 | 13 | 30 | 23 |
| Octal | 204 | 111 | 56 | 0 | 55 | 101 | 60 | 23 | 60 | 43 |
| Binary | 10000100 | 1001001 | 101110 | 0 | 101101 | 1000001 | 110000 | 10011 | 110000 | 100011 |
Color Harmonies of #84492E
Complementary color
Monochromatic Colors of #84492E
Black with #84492E
Text Example
Text Example
White with #84492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84492E; }
p { color: rgb(132,73,46); }
H1.HeaderClassName
{
color: #84492E;
}
.AnyTagClassName
{
color: #84492E;
}
</style>
background-color css
<style>
a { background-color: #84492E; }
a { background-color: rgb(132,73,46); }
div.DivClassName
{
background-color: #84492E;
}
.BgClassName
{
background-color: #84492E;
}
</style>
border-color css
<style>
span { border-color: #84492E; }
span { border-color: rgb(132,73,46); }
td.TdClassName
{
border-color: #84492E;
}
.TagClassName
{
border-color: #84492E;
}
</style>