Shades of Paarl #844C3A
Tints of Paarl #844C3A
RGB
CMYK
RGB Variations
Color information
#844C3A (or 0x844C3A) is known color: Paarl. HEX triplet: 84, 4C and 3A. RGB value is (132,76,58). Sum of RGB (Red+Green+Blue) = 132+76+58=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #844C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C3A is #7BB3C5. Grayscale: #5A5A5A. Windows color (decimal): -8106950 or 3820676. OLE color: 3820676.
HSL color Cylindrical-coordinate representation of color #844C3A: hue angle of 14.59º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #844C3A is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 76 | 58 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.48 |
| HSL | 14.59º | 0.39% | 0.37% | - |
| HSV(B) | 14.59º | 0.56% | 0.52% | - |
| XYZ | 12.86 | 10.38 | 5.33 | - |
| YUV | 90.69 | 109.55 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 58 | 0 | 0.42 | 0.56 | 0.48 | 14.59 | 0.39 | 0.37 |
| Hex | 84 | 4C | 3A | 0 | 2A | 38 | 30 | F | 27 | 25 |
| Octal | 204 | 114 | 72 | 0 | 52 | 70 | 60 | 17 | 47 | 45 |
| Binary | 10000100 | 1001100 | 111010 | 0 | 101010 | 111000 | 110000 | 1111 | 100111 | 100101 |
Color Harmonies of #844C3A
Complementary color
Monochromatic Colors of #844C3A
Black with #844C3A
Text Example
Text Example
White with #844C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C3A; }
p { color: rgb(132,76,58); }
H1.HeaderClassName
{
color: #844C3A;
}
.AnyTagClassName
{
color: #844C3A;
}
</style>
background-color css
<style>
a { background-color: #844C3A; }
a { background-color: rgb(132,76,58); }
div.DivClassName
{
background-color: #844C3A;
}
.BgClassName
{
background-color: #844C3A;
}
</style>
border-color css
<style>
span { border-color: #844C3A; }
span { border-color: rgb(132,76,58); }
td.TdClassName
{
border-color: #844C3A;
}
.TagClassName
{
border-color: #844C3A;
}
</style>