Shades of Paarl #844D33
Tints of Paarl #844D33
RGB
CMYK
RGB Variations
Color information
#844D33 (or 0x844D33) is known color: Paarl. HEX triplet: 84, 4D and 33. RGB value is (132,77,51). Sum of RGB (Red+Green+Blue) = 132+77+51=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #844D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844D33 is #7BB2CC. Grayscale: #5A5A5A. Windows color (decimal): -8106701 or 3362180. OLE color: 3362180.
HSL color Cylindrical-coordinate representation of color #844D33: hue angle of 19.26º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #844D33 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 77 | 51 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.48 |
| HSL | 19.26º | 0.44% | 0.36% | - |
| HSV(B) | 19.26º | 0.61% | 0.52% | - |
| XYZ | 12.77 | 10.45 | 4.48 | - |
| YUV | 90.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 51 | 0 | 0.42 | 0.61 | 0.48 | 19.26 | 0.44 | 0.36 |
| Hex | 84 | 4D | 33 | 0 | 2A | 3D | 30 | 13 | 2C | 24 |
| Octal | 204 | 115 | 63 | 0 | 52 | 75 | 60 | 23 | 54 | 44 |
| Binary | 10000100 | 1001101 | 110011 | 0 | 101010 | 111101 | 110000 | 10011 | 101100 | 100100 |
Color Harmonies of #844D33
Complementary color
Monochromatic Colors of #844D33
Black with #844D33
Text Example
Text Example
White with #844D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844D33; }
p { color: rgb(132,77,51); }
H1.HeaderClassName
{
color: #844D33;
}
.AnyTagClassName
{
color: #844D33;
}
</style>
background-color css
<style>
a { background-color: #844D33; }
a { background-color: rgb(132,77,51); }
div.DivClassName
{
background-color: #844D33;
}
.BgClassName
{
background-color: #844D33;
}
</style>
border-color css
<style>
span { border-color: #844D33; }
span { border-color: rgb(132,77,51); }
td.TdClassName
{
border-color: #844D33;
}
.TagClassName
{
border-color: #844D33;
}
</style>