Shades of Paarl #844E37
Tints of Paarl #844E37
RGB
CMYK
RGB Variations
Color information
#844E37 (or 0x844E37) is known color: Paarl. HEX triplet: 84, 4E and 37. RGB value is (132,78,55). Sum of RGB (Red+Green+Blue) = 132+78+55=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #844E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844E37 is #7BB1C8. Grayscale: #5B5B5B. Windows color (decimal): -8106441 or 3624580. OLE color: 3624580.
HSL color Cylindrical-coordinate representation of color #844E37: hue angle of 17.92º 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 #844E37 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 78 | 55 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.48 |
| HSL | 17.92º | 0.41% | 0.37% | - |
| HSV(B) | 17.92º | 0.58% | 0.52% | - |
| XYZ | 12.93 | 10.63 | 4.98 | - |
| YUV | 91.52 | 107.39 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 55 | 0 | 0.41 | 0.58 | 0.48 | 17.92 | 0.41 | 0.37 |
| Hex | 84 | 4E | 37 | 0 | 29 | 3A | 30 | 12 | 29 | 25 |
| Octal | 204 | 116 | 67 | 0 | 51 | 72 | 60 | 22 | 51 | 45 |
| Binary | 10000100 | 1001110 | 110111 | 0 | 101001 | 111010 | 110000 | 10010 | 101001 | 100101 |
Color Harmonies of #844E37
Complementary color
Monochromatic Colors of #844E37
Black with #844E37
Text Example
Text Example
White with #844E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844E37; }
p { color: rgb(132,78,55); }
H1.HeaderClassName
{
color: #844E37;
}
.AnyTagClassName
{
color: #844E37;
}
</style>
background-color css
<style>
a { background-color: #844E37; }
a { background-color: rgb(132,78,55); }
div.DivClassName
{
background-color: #844E37;
}
.BgClassName
{
background-color: #844E37;
}
</style>
border-color css
<style>
span { border-color: #844E37; }
span { border-color: rgb(132,78,55); }
td.TdClassName
{
border-color: #844E37;
}
.TagClassName
{
border-color: #844E37;
}
</style>