Shades of Paarl #844F36
Tints of Paarl #844F36
RGB
CMYK
RGB Variations
Color information
#844F36 (or 0x844F36) is known color: Paarl. HEX triplet: 84, 4F and 36. RGB value is (132,79,54). Sum of RGB (Red+Green+Blue) = 132+79+54=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #844F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844F36 is #7BB0C9. Grayscale: #5C5C5C. Windows color (decimal): -8106186 or 3559300. OLE color: 3559300.
HSL color Cylindrical-coordinate representation of color #844F36: hue angle of 19.23º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #844F36 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 54 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.48 |
| HSL | 19.23º | 0.42% | 0.36% | - |
| HSV(B) | 19.23º | 0.59% | 0.52% | - |
| XYZ | 12.98 | 10.76 | 4.88 | - |
| YUV | 92 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 54 | 0 | 0.40 | 0.59 | 0.48 | 19.23 | 0.42 | 0.36 |
| Hex | 84 | 4F | 36 | 0 | 28 | 3B | 30 | 13 | 2A | 24 |
| Octal | 204 | 117 | 66 | 0 | 50 | 73 | 60 | 23 | 52 | 44 |
| Binary | 10000100 | 1001111 | 110110 | 0 | 101000 | 111011 | 110000 | 10011 | 101010 | 100100 |
Color Harmonies of #844F36
Complementary color
Monochromatic Colors of #844F36
Black with #844F36
Text Example
Text Example
White with #844F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F36; }
p { color: rgb(132,79,54); }
H1.HeaderClassName
{
color: #844F36;
}
.AnyTagClassName
{
color: #844F36;
}
</style>
background-color css
<style>
a { background-color: #844F36; }
a { background-color: rgb(132,79,54); }
div.DivClassName
{
background-color: #844F36;
}
.BgClassName
{
background-color: #844F36;
}
</style>
border-color css
<style>
span { border-color: #844F36; }
span { border-color: rgb(132,79,54); }
td.TdClassName
{
border-color: #844F36;
}
.TagClassName
{
border-color: #844F36;
}
</style>