Shades of Paarl #844E3B
Tints of Paarl #844E3B
RGB
CMYK
RGB Variations
Color information
#844E3B (or 0x844E3B) is known color: Paarl. HEX triplet: 84, 4E and 3B. RGB value is (132,78,59). Sum of RGB (Red+Green+Blue) = 132+78+59=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #844E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844E3B is #7BB1C4. Grayscale: #5C5C5C. Windows color (decimal): -8106437 or 3886724. OLE color: 3886724.
HSL color Cylindrical-coordinate representation of color #844E3B: hue angle of 15.62º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #844E3B is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 78 | 59 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.48 |
| HSL | 15.62º | 0.38% | 0.37% | - |
| HSV(B) | 15.62º | 0.55% | 0.52% | - |
| XYZ | 13.03 | 10.67 | 5.51 | - |
| YUV | 91.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 59 | 0 | 0.41 | 0.55 | 0.48 | 15.62 | 0.38 | 0.37 |
| Hex | 84 | 4E | 3B | 0 | 29 | 37 | 30 | 10 | 26 | 25 |
| Octal | 204 | 116 | 73 | 0 | 51 | 67 | 60 | 20 | 46 | 45 |
| Binary | 10000100 | 1001110 | 111011 | 0 | 101001 | 110111 | 110000 | 10000 | 100110 | 100101 |
Color Harmonies of #844E3B
Complementary color
Monochromatic Colors of #844E3B
Black with #844E3B
Text Example
Text Example
White with #844E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844E3B; }
p { color: rgb(132,78,59); }
H1.HeaderClassName
{
color: #844E3B;
}
.AnyTagClassName
{
color: #844E3B;
}
</style>
background-color css
<style>
a { background-color: #844E3B; }
a { background-color: rgb(132,78,59); }
div.DivClassName
{
background-color: #844E3B;
}
.BgClassName
{
background-color: #844E3B;
}
</style>
border-color css
<style>
span { border-color: #844E3B; }
span { border-color: rgb(132,78,59); }
td.TdClassName
{
border-color: #844E3B;
}
.TagClassName
{
border-color: #844E3B;
}
</style>