Shades of Paarl #844C38
Tints of Paarl #844C38
RGB
CMYK
RGB Variations
Color information
#844C38 (or 0x844C38) is known color: Paarl. HEX triplet: 84, 4C and 38. RGB value is (132,76,56). Sum of RGB (Red+Green+Blue) = 132+76+56=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #844C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C38 is #7BB3C7. Grayscale: #5A5A5A. Windows color (decimal): -8106952 or 3689604. OLE color: 3689604.
HSL color Cylindrical-coordinate representation of color #844C38: hue angle of 15.79º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #844C38 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 76 | 56 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.48 |
| HSL | 15.79º | 0.4% | 0.37% | - |
| HSV(B) | 15.79º | 0.58% | 0.52% | - |
| XYZ | 12.81 | 10.36 | 5.07 | - |
| YUV | 90.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 76 | 56 | 0 | 0.42 | 0.58 | 0.48 | 15.79 | 0.4 | 0.37 |
| Hex | 84 | 4C | 38 | 0 | 2A | 3A | 30 | 10 | 28 | 25 |
| Octal | 204 | 114 | 70 | 0 | 52 | 72 | 60 | 20 | 50 | 45 |
| Binary | 10000100 | 1001100 | 111000 | 0 | 101010 | 111010 | 110000 | 10000 | 101000 | 100101 |
Color Harmonies of #844C38
Complementary color
Monochromatic Colors of #844C38
Black with #844C38
Text Example
Text Example
White with #844C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844C38; }
p { color: rgb(132,76,56); }
H1.HeaderClassName
{
color: #844C38;
}
.AnyTagClassName
{
color: #844C38;
}
</style>
background-color css
<style>
a { background-color: #844C38; }
a { background-color: rgb(132,76,56); }
div.DivClassName
{
background-color: #844C38;
}
.BgClassName
{
background-color: #844C38;
}
</style>
border-color css
<style>
span { border-color: #844C38; }
span { border-color: rgb(132,76,56); }
td.TdClassName
{
border-color: #844C38;
}
.TagClassName
{
border-color: #844C38;
}
</style>