Shades of Paarl #894F37
Tints of Paarl #894F37
RGB
CMYK
RGB Variations
Color information
#894F37 (or 0x894F37) is known color: Paarl. HEX triplet: 89, 4F and 37. RGB value is (137,79,55). Sum of RGB (Red+Green+Blue) = 137+79+55=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #894F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F37 is #76B0C8. Grayscale: #5D5D5D. Windows color (decimal): -7778505 or 3624841. OLE color: 3624841.
HSL color Cylindrical-coordinate representation of color #894F37: hue angle of 17.56º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #894F37 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 79 | 55 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.46 |
| HSL | 17.56º | 0.43% | 0.38% | - |
| HSV(B) | 17.56º | 0.6% | 0.54% | - |
| XYZ | 13.8 | 11.19 | 5.05 | - |
| YUV | 93.61 | 106.22 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 79 | 55 | 0 | 0.42 | 0.60 | 0.46 | 17.56 | 0.43 | 0.38 |
| Hex | 89 | 4F | 37 | 0 | 2A | 3C | 2E | 12 | 2B | 26 |
| Octal | 211 | 117 | 67 | 0 | 52 | 74 | 56 | 22 | 53 | 46 |
| Binary | 10001001 | 1001111 | 110111 | 0 | 101010 | 111100 | 101110 | 10010 | 101011 | 100110 |
Color Harmonies of #894F37
Complementary color
Monochromatic Colors of #894F37
Black with #894F37
Text Example
Text Example
White with #894F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894F37; }
p { color: rgb(137,79,55); }
H1.HeaderClassName
{
color: #894F37;
}
.AnyTagClassName
{
color: #894F37;
}
</style>
background-color css
<style>
a { background-color: #894F37; }
a { background-color: rgb(137,79,55); }
div.DivClassName
{
background-color: #894F37;
}
.BgClassName
{
background-color: #894F37;
}
</style>
border-color css
<style>
span { border-color: #894F37; }
span { border-color: rgb(137,79,55); }
td.TdClassName
{
border-color: #894F37;
}
.TagClassName
{
border-color: #894F37;
}
</style>