Shades of Paarl #84492F
Tints of Paarl #84492F
RGB
CMYK
RGB Variations
Color information
#84492F (or 0x84492F) is known color: Paarl. HEX triplet: 84, 49 and 2F. RGB value is (132,73,47). Sum of RGB (Red+Green+Blue) = 132+73+47=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #84492F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84492F is #7BB6D0. Grayscale: #575757. Windows color (decimal): -8107729 or 3099012. OLE color: 3099012.
HSL color Cylindrical-coordinate representation of color #84492F: hue angle of 18.35º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84492F is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 73 | 47 | - |
| CMYK | 0 | 0.45 | 0.64 | 0.48 |
| HSL | 18.35º | 0.47% | 0.35% | - |
| HSV(B) | 18.35º | 0.64% | 0.52% | - |
| XYZ | 12.41 | 9.88 | 3.94 | - |
| YUV | 87.68 | 105.05 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 73 | 47 | 0 | 0.45 | 0.64 | 0.48 | 18.35 | 0.47 | 0.35 |
| Hex | 84 | 49 | 2F | 0 | 2D | 40 | 30 | 12 | 2F | 23 |
| Octal | 204 | 111 | 57 | 0 | 55 | 100 | 60 | 22 | 57 | 43 |
| Binary | 10000100 | 1001001 | 101111 | 0 | 101101 | 1000000 | 110000 | 10010 | 101111 | 100011 |
Color Harmonies of #84492F
Complementary color
Monochromatic Colors of #84492F
Black with #84492F
Text Example
Text Example
White with #84492F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84492F; }
p { color: rgb(132,73,47); }
H1.HeaderClassName
{
color: #84492F;
}
.AnyTagClassName
{
color: #84492F;
}
</style>
background-color css
<style>
a { background-color: #84492F; }
a { background-color: rgb(132,73,47); }
div.DivClassName
{
background-color: #84492F;
}
.BgClassName
{
background-color: #84492F;
}
</style>
border-color css
<style>
span { border-color: #84492F; }
span { border-color: rgb(132,73,47); }
td.TdClassName
{
border-color: #84492F;
}
.TagClassName
{
border-color: #84492F;
}
</style>