Shades of Paarl #844A3A
Tints of Paarl #844A3A
RGB
CMYK
RGB Variations
Color information
#844A3A (or 0x844A3A) is known color: Paarl. HEX triplet: 84, 4A and 3A. RGB value is (132,74,58). Sum of RGB (Red+Green+Blue) = 132+74+58=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #844A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A3A is #7BB5C5. Grayscale: #595959. Windows color (decimal): -8107462 or 3820164. OLE color: 3820164.
HSL color Cylindrical-coordinate representation of color #844A3A: hue angle of 12.97º 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 #844A3A is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 58 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.48 |
| HSL | 12.97º | 0.39% | 0.37% | - |
| HSV(B) | 12.97º | 0.56% | 0.52% | - |
| XYZ | 12.73 | 10.11 | 5.28 | - |
| YUV | 89.52 | 110.22 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 58 | 0 | 0.44 | 0.56 | 0.48 | 12.97 | 0.39 | 0.37 |
| Hex | 84 | 4A | 3A | 0 | 2C | 38 | 30 | D | 27 | 25 |
| Octal | 204 | 112 | 72 | 0 | 54 | 70 | 60 | 15 | 47 | 45 |
| Binary | 10000100 | 1001010 | 111010 | 0 | 101100 | 111000 | 110000 | 1101 | 100111 | 100101 |
Color Harmonies of #844A3A
Complementary color
Monochromatic Colors of #844A3A
Black with #844A3A
Text Example
Text Example
White with #844A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A3A; }
p { color: rgb(132,74,58); }
H1.HeaderClassName
{
color: #844A3A;
}
.AnyTagClassName
{
color: #844A3A;
}
</style>
background-color css
<style>
a { background-color: #844A3A; }
a { background-color: rgb(132,74,58); }
div.DivClassName
{
background-color: #844A3A;
}
.BgClassName
{
background-color: #844A3A;
}
</style>
border-color css
<style>
span { border-color: #844A3A; }
span { border-color: rgb(132,74,58); }
td.TdClassName
{
border-color: #844A3A;
}
.TagClassName
{
border-color: #844A3A;
}
</style>