Shades of Paarl #844A33
Tints of Paarl #844A33
RGB
CMYK
RGB Variations
Color information
#844A33 (or 0x844A33) is known color: Paarl. HEX triplet: 84, 4A and 33. RGB value is (132,74,51). Sum of RGB (Red+Green+Blue) = 132+74+51=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #844A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A33 is #7BB5CC. Grayscale: #585858. Windows color (decimal): -8107469 or 3361412. OLE color: 3361412.
HSL color Cylindrical-coordinate representation of color #844A33: hue angle of 17.04º 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 #844A33 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 51 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.48 |
| HSL | 17.04º | 0.44% | 0.36% | - |
| HSV(B) | 17.04º | 0.61% | 0.52% | - |
| XYZ | 12.56 | 10.04 | 4.41 | - |
| YUV | 88.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 51 | 0 | 0.44 | 0.61 | 0.48 | 17.04 | 0.44 | 0.36 |
| Hex | 84 | 4A | 33 | 0 | 2C | 3D | 30 | 11 | 2C | 24 |
| Octal | 204 | 112 | 63 | 0 | 54 | 75 | 60 | 21 | 54 | 44 |
| Binary | 10000100 | 1001010 | 110011 | 0 | 101100 | 111101 | 110000 | 10001 | 101100 | 100100 |
Color Harmonies of #844A33
Complementary color
Monochromatic Colors of #844A33
Black with #844A33
Text Example
Text Example
White with #844A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A33; }
p { color: rgb(132,74,51); }
H1.HeaderClassName
{
color: #844A33;
}
.AnyTagClassName
{
color: #844A33;
}
</style>
background-color css
<style>
a { background-color: #844A33; }
a { background-color: rgb(132,74,51); }
div.DivClassName
{
background-color: #844A33;
}
.BgClassName
{
background-color: #844A33;
}
</style>
border-color css
<style>
span { border-color: #844A33; }
span { border-color: rgb(132,74,51); }
td.TdClassName
{
border-color: #844A33;
}
.TagClassName
{
border-color: #844A33;
}
</style>