Shades of Paarl #84452B
Tints of Paarl #84452B
RGB
CMYK
RGB Variations
Color information
#84452B (or 0x84452B) is known color: Paarl. HEX triplet: 84, 45 and 2B. RGB value is (132,69,43). Sum of RGB (Red+Green+Blue) = 132+69+43=244 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.10% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 132 - color contains mainly: red. Hex color #84452B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84452B is #7BBAD4. Grayscale: #555555. Windows color (decimal): -8108757 or 2835844. OLE color: 2835844.
HSL color Cylindrical-coordinate representation of color #84452B: hue angle of 17.53º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84452B is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 43 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.48 |
| HSL | 17.53º | 0.51% | 0.34% | - |
| HSV(B) | 17.53º | 0.67% | 0.52% | - |
| XYZ | 12.08 | 9.34 | 3.45 | - |
| YUV | 84.87 | 104.37 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 43 | 0 | 0.48 | 0.67 | 0.48 | 17.53 | 0.51 | 0.34 |
| Hex | 84 | 45 | 2B | 0 | 30 | 43 | 30 | 12 | 33 | 22 |
| Octal | 204 | 105 | 53 | 0 | 60 | 103 | 60 | 22 | 63 | 42 |
| Binary | 10000100 | 1000101 | 101011 | 0 | 110000 | 1000011 | 110000 | 10010 | 110011 | 100010 |
Color Harmonies of #84452B
Complementary color
Monochromatic Colors of #84452B
Black with #84452B
Text Example
Text Example
White with #84452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84452B; }
p { color: rgb(132,69,43); }
H1.HeaderClassName
{
color: #84452B;
}
.AnyTagClassName
{
color: #84452B;
}
</style>
background-color css
<style>
a { background-color: #84452B; }
a { background-color: rgb(132,69,43); }
div.DivClassName
{
background-color: #84452B;
}
.BgClassName
{
background-color: #84452B;
}
</style>
border-color css
<style>
span { border-color: #84452B; }
span { border-color: rgb(132,69,43); }
td.TdClassName
{
border-color: #84452B;
}
.TagClassName
{
border-color: #84452B;
}
</style>