Shades of Paarl #84452F
Tints of Paarl #84452F
RGB
CMYK
RGB Variations
Color information
#84452F (or 0x84452F) is known color: Paarl. HEX triplet: 84, 45 and 2F. RGB value is (132,69,47). Sum of RGB (Red+Green+Blue) = 132+69+47=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84452F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84452F is #7BBAD0. Grayscale: #555555. Windows color (decimal): -8108753 or 3097988. OLE color: 3097988.
HSL color Cylindrical-coordinate representation of color #84452F: hue angle of 15.53º 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 #84452F is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 47 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.48 |
| HSL | 15.53º | 0.47% | 0.35% | - |
| HSV(B) | 15.53º | 0.64% | 0.52% | - |
| XYZ | 12.16 | 9.37 | 3.86 | - |
| YUV | 85.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 47 | 0 | 0.48 | 0.64 | 0.48 | 15.53 | 0.47 | 0.35 |
| Hex | 84 | 45 | 2F | 0 | 30 | 40 | 30 | 10 | 2F | 23 |
| Octal | 204 | 105 | 57 | 0 | 60 | 100 | 60 | 20 | 57 | 43 |
| Binary | 10000100 | 1000101 | 101111 | 0 | 110000 | 1000000 | 110000 | 10000 | 101111 | 100011 |
Color Harmonies of #84452F
Complementary color
Monochromatic Colors of #84452F
Black with #84452F
Text Example
Text Example
White with #84452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84452F; }
p { color: rgb(132,69,47); }
H1.HeaderClassName
{
color: #84452F;
}
.AnyTagClassName
{
color: #84452F;
}
</style>
background-color css
<style>
a { background-color: #84452F; }
a { background-color: rgb(132,69,47); }
div.DivClassName
{
background-color: #84452F;
}
.BgClassName
{
background-color: #84452F;
}
</style>
border-color css
<style>
span { border-color: #84452F; }
span { border-color: rgb(132,69,47); }
td.TdClassName
{
border-color: #84452F;
}
.TagClassName
{
border-color: #84452F;
}
</style>