Shades of Paarl #844A35
Tints of Paarl #844A35
RGB
CMYK
RGB Variations
Color information
#844A35 (or 0x844A35) is known color: Paarl. HEX triplet: 84, 4A and 35. RGB value is (132,74,53). Sum of RGB (Red+Green+Blue) = 132+74+53=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #844A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A35 is #7BB5CA. Grayscale: #595959. Windows color (decimal): -8107467 or 3492484. OLE color: 3492484.
HSL color Cylindrical-coordinate representation of color #844A35: hue angle of 15.95º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #844A35 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 74 | 53 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.48 |
| HSL | 15.95º | 0.43% | 0.36% | - |
| HSV(B) | 15.95º | 0.6% | 0.52% | - |
| XYZ | 12.61 | 10.06 | 4.65 | - |
| YUV | 88.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 74 | 53 | 0 | 0.44 | 0.60 | 0.48 | 15.95 | 0.43 | 0.36 |
| Hex | 84 | 4A | 35 | 0 | 2C | 3C | 30 | 10 | 2B | 24 |
| Octal | 204 | 112 | 65 | 0 | 54 | 74 | 60 | 20 | 53 | 44 |
| Binary | 10000100 | 1001010 | 110101 | 0 | 101100 | 111100 | 110000 | 10000 | 101011 | 100100 |
Color Harmonies of #844A35
Complementary color
Monochromatic Colors of #844A35
Black with #844A35
Text Example
Text Example
White with #844A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844A35; }
p { color: rgb(132,74,53); }
H1.HeaderClassName
{
color: #844A35;
}
.AnyTagClassName
{
color: #844A35;
}
</style>
background-color css
<style>
a { background-color: #844A35; }
a { background-color: rgb(132,74,53); }
div.DivClassName
{
background-color: #844A35;
}
.BgClassName
{
background-color: #844A35;
}
</style>
border-color css
<style>
span { border-color: #844A35; }
span { border-color: rgb(132,74,53); }
td.TdClassName
{
border-color: #844A35;
}
.TagClassName
{
border-color: #844A35;
}
</style>