Shades of Paarl #894B2E
Tints of Paarl #894B2E
RGB
CMYK
RGB Variations
Color information
#894B2E (or 0x894B2E) is known color: Paarl. HEX triplet: 89, 4B and 2E. RGB value is (137,75,46). Sum of RGB (Red+Green+Blue) = 137+75+46=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #894B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894B2E is #76B4D1. Grayscale: #5A5A5A. Windows color (decimal): -7779538 or 3033993. OLE color: 3033993.
HSL color Cylindrical-coordinate representation of color #894B2E: hue angle of 19.12º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #894B2E is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 75 | 46 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.46 |
| HSL | 19.12º | 0.5% | 0.36% | - |
| HSV(B) | 19.12º | 0.66% | 0.54% | - |
| XYZ | 13.33 | 10.55 | 3.92 | - |
| YUV | 90.23 | 103.04 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 75 | 46 | 0 | 0.45 | 0.66 | 0.46 | 19.12 | 0.5 | 0.36 |
| Hex | 89 | 4B | 2E | 0 | 2D | 42 | 2E | 13 | 32 | 24 |
| Octal | 211 | 113 | 56 | 0 | 55 | 102 | 56 | 23 | 62 | 44 |
| Binary | 10001001 | 1001011 | 101110 | 0 | 101101 | 1000010 | 101110 | 10011 | 110010 | 100100 |
Color Harmonies of #894B2E
Complementary color
Monochromatic Colors of #894B2E
Black with #894B2E
Text Example
Text Example
White with #894B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894B2E; }
p { color: rgb(137,75,46); }
H1.HeaderClassName
{
color: #894B2E;
}
.AnyTagClassName
{
color: #894B2E;
}
</style>
background-color css
<style>
a { background-color: #894B2E; }
a { background-color: rgb(137,75,46); }
div.DivClassName
{
background-color: #894B2E;
}
.BgClassName
{
background-color: #894B2E;
}
</style>
border-color css
<style>
span { border-color: #894B2E; }
span { border-color: rgb(137,75,46); }
td.TdClassName
{
border-color: #894B2E;
}
.TagClassName
{
border-color: #894B2E;
}
</style>