Shades of Paarl #844A37
Tints of Paarl #844A37
RGB
CMYK
RGB Variations
Color information
#844A37 (or 0x844A37) is known color: Paarl. HEX triplet: 84, 4A and 37. RGB value is (132,74,55). Sum of RGB (Red+Green+Blue) = 132+74+55=261 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.57% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 132 - color contains mainly: red. Hex color #844A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A37 is #7BB5C8. Grayscale: #595959. Windows color (decimal): -8107465 or 3623556. OLE color: 3623556.
HSL color Cylindrical-coordinate representation of color #844A37: hue angle of 14.81º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #844A37 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 55 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.48 |
| HSL | 14.81º | 0.41% | 0.37% | - |
| HSV(B) | 14.81º | 0.58% | 0.52% | - |
| XYZ | 12.65 | 10.08 | 4.89 | - |
| YUV | 89.18 | 108.72 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 55 | 0 | 0.44 | 0.58 | 0.48 | 14.81 | 0.41 | 0.37 |
| Hex | 84 | 4A | 37 | 0 | 2C | 3A | 30 | F | 29 | 25 |
| Octal | 204 | 112 | 67 | 0 | 54 | 72 | 60 | 17 | 51 | 45 |
| Binary | 10000100 | 1001010 | 110111 | 0 | 101100 | 111010 | 110000 | 1111 | 101001 | 100101 |
Color Harmonies of #844A37
Complementary color
Monochromatic Colors of #844A37
Black with #844A37
Text Example
Text Example
White with #844A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A37; }
p { color: rgb(132,74,55); }
H1.HeaderClassName
{
color: #844A37;
}
.AnyTagClassName
{
color: #844A37;
}
</style>
background-color css
<style>
a { background-color: #844A37; }
a { background-color: rgb(132,74,55); }
div.DivClassName
{
background-color: #844A37;
}
.BgClassName
{
background-color: #844A37;
}
</style>
border-color css
<style>
span { border-color: #844A37; }
span { border-color: rgb(132,74,55); }
td.TdClassName
{
border-color: #844A37;
}
.TagClassName
{
border-color: #844A37;
}
</style>