Shades of Paarl #844F33
Tints of Paarl #844F33
RGB
CMYK
RGB Variations
Color information
#844F33 (or 0x844F33) is known color: Paarl. HEX triplet: 84, 4F and 33. RGB value is (132,79,51). Sum of RGB (Red+Green+Blue) = 132+79+51=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #844F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844F33 is #7BB0CC. Grayscale: #5B5B5B. Windows color (decimal): -8106189 or 3362692. OLE color: 3362692.
HSL color Cylindrical-coordinate representation of color #844F33: hue angle of 20.74º 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 #844F33 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 79 | 51 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.48 |
| HSL | 20.74º | 0.44% | 0.36% | - |
| HSV(B) | 20.74º | 0.61% | 0.52% | - |
| XYZ | 12.91 | 10.74 | 4.52 | - |
| YUV | 91.66 | 105.06 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 51 | 0 | 0.40 | 0.61 | 0.48 | 20.74 | 0.44 | 0.36 |
| Hex | 84 | 4F | 33 | 0 | 28 | 3D | 30 | 15 | 2C | 24 |
| Octal | 204 | 117 | 63 | 0 | 50 | 75 | 60 | 25 | 54 | 44 |
| Binary | 10000100 | 1001111 | 110011 | 0 | 101000 | 111101 | 110000 | 10101 | 101100 | 100100 |
Color Harmonies of #844F33
Complementary color
Monochromatic Colors of #844F33
Black with #844F33
Text Example
Text Example
White with #844F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844F33; }
p { color: rgb(132,79,51); }
H1.HeaderClassName
{
color: #844F33;
}
.AnyTagClassName
{
color: #844F33;
}
</style>
background-color css
<style>
a { background-color: #844F33; }
a { background-color: rgb(132,79,51); }
div.DivClassName
{
background-color: #844F33;
}
.BgClassName
{
background-color: #844F33;
}
</style>
border-color css
<style>
span { border-color: #844F33; }
span { border-color: rgb(132,79,51); }
td.TdClassName
{
border-color: #844F33;
}
.TagClassName
{
border-color: #844F33;
}
</style>