Shades of Paarl #84503A
Tints of Paarl #84503A
RGB
CMYK
RGB Variations
Color information
#84503A (or 0x84503A) is known color: Paarl. HEX triplet: 84, 50 and 3A. RGB value is (132,80,58). Sum of RGB (Red+Green+Blue) = 132+80+58=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #84503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84503A is #7BAFC5. Grayscale: #5D5D5D. Windows color (decimal): -8105926 or 3821700. OLE color: 3821700.
HSL color Cylindrical-coordinate representation of color #84503A: hue angle of 17.84º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84503A is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 80 | 58 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.48 |
| HSL | 17.84º | 0.39% | 0.37% | - |
| HSV(B) | 17.84º | 0.56% | 0.52% | - |
| XYZ | 13.15 | 10.95 | 5.42 | - |
| YUV | 93.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 58 | 0 | 0.39 | 0.56 | 0.48 | 17.84 | 0.39 | 0.37 |
| Hex | 84 | 50 | 3A | 0 | 27 | 38 | 30 | 12 | 27 | 25 |
| Octal | 204 | 120 | 72 | 0 | 47 | 70 | 60 | 22 | 47 | 45 |
| Binary | 10000100 | 1010000 | 111010 | 0 | 100111 | 111000 | 110000 | 10010 | 100111 | 100101 |
Color Harmonies of #84503A
Complementary color
Monochromatic Colors of #84503A
Black with #84503A
Text Example
Text Example
White with #84503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84503A; }
p { color: rgb(132,80,58); }
H1.HeaderClassName
{
color: #84503A;
}
.AnyTagClassName
{
color: #84503A;
}
</style>
background-color css
<style>
a { background-color: #84503A; }
a { background-color: rgb(132,80,58); }
div.DivClassName
{
background-color: #84503A;
}
.BgClassName
{
background-color: #84503A;
}
</style>
border-color css
<style>
span { border-color: #84503A; }
span { border-color: rgb(132,80,58); }
td.TdClassName
{
border-color: #84503A;
}
.TagClassName
{
border-color: #84503A;
}
</style>