Shades of Paarl #894F34
Tints of Paarl #894F34
RGB
CMYK
RGB Variations
Color information
#894F34 (or 0x894F34) is known color: Paarl. HEX triplet: 89, 4F and 34. RGB value is (137,79,52). Sum of RGB (Red+Green+Blue) = 137+79+52=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #894F34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F34 is #76B0CB. Grayscale: #5D5D5D. Windows color (decimal): -7778508 or 3428233. OLE color: 3428233.
HSL color Cylindrical-coordinate representation of color #894F34: hue angle of 19.06º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #894F34 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 79 | 52 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.46 |
| HSL | 19.06º | 0.45% | 0.37% | - |
| HSV(B) | 19.06º | 0.62% | 0.54% | - |
| XYZ | 13.73 | 11.16 | 4.68 | - |
| YUV | 93.26 | 104.72 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 79 | 52 | 0 | 0.42 | 0.62 | 0.46 | 19.06 | 0.45 | 0.37 |
| Hex | 89 | 4F | 34 | 0 | 2A | 3E | 2E | 13 | 2D | 25 |
| Octal | 211 | 117 | 64 | 0 | 52 | 76 | 56 | 23 | 55 | 45 |
| Binary | 10001001 | 1001111 | 110100 | 0 | 101010 | 111110 | 101110 | 10011 | 101101 | 100101 |
Color Harmonies of #894F34
Complementary color
Monochromatic Colors of #894F34
Black with #894F34
Text Example
Text Example
White with #894F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894F34; }
p { color: rgb(137,79,52); }
H1.HeaderClassName
{
color: #894F34;
}
.AnyTagClassName
{
color: #894F34;
}
</style>
background-color css
<style>
a { background-color: #894F34; }
a { background-color: rgb(137,79,52); }
div.DivClassName
{
background-color: #894F34;
}
.BgClassName
{
background-color: #894F34;
}
</style>
border-color css
<style>
span { border-color: #894F34; }
span { border-color: rgb(137,79,52); }
td.TdClassName
{
border-color: #894F34;
}
.TagClassName
{
border-color: #894F34;
}
</style>