Shades of Paarl #844C39
Tints of Paarl #844C39
RGB
CMYK
RGB Variations
Color information
#844C39 (or 0x844C39) is known color: Paarl. HEX triplet: 84, 4C and 39. RGB value is (132,76,57). Sum of RGB (Red+Green+Blue) = 132+76+57=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #844C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C39 is #7BB3C6. Grayscale: #5A5A5A. Windows color (decimal): -8106951 or 3755140. OLE color: 3755140.
HSL color Cylindrical-coordinate representation of color #844C39: hue angle of 15.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #844C39 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 76 | 57 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.48 |
| HSL | 15.2º | 0.4% | 0.37% | - |
| HSV(B) | 15.2º | 0.57% | 0.52% | - |
| XYZ | 12.84 | 10.37 | 5.2 | - |
| YUV | 90.58 | 109.05 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 57 | 0 | 0.42 | 0.57 | 0.48 | 15.2 | 0.4 | 0.37 |
| Hex | 84 | 4C | 39 | 0 | 2A | 39 | 30 | F | 28 | 25 |
| Octal | 204 | 114 | 71 | 0 | 52 | 71 | 60 | 17 | 50 | 45 |
| Binary | 10000100 | 1001100 | 111001 | 0 | 101010 | 111001 | 110000 | 1111 | 101000 | 100101 |
Color Harmonies of #844C39
Complementary color
Monochromatic Colors of #844C39
Black with #844C39
Text Example
Text Example
White with #844C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C39; }
p { color: rgb(132,76,57); }
H1.HeaderClassName
{
color: #844C39;
}
.AnyTagClassName
{
color: #844C39;
}
</style>
background-color css
<style>
a { background-color: #844C39; }
a { background-color: rgb(132,76,57); }
div.DivClassName
{
background-color: #844C39;
}
.BgClassName
{
background-color: #844C39;
}
</style>
border-color css
<style>
span { border-color: #844C39; }
span { border-color: rgb(132,76,57); }
td.TdClassName
{
border-color: #844C39;
}
.TagClassName
{
border-color: #844C39;
}
</style>