Shades of Paarl #895238
Tints of Paarl #895238
RGB
CMYK
RGB Variations
Color information
#895238 (or 0x895238) is known color: Paarl. HEX triplet: 89, 52 and 38. RGB value is (137,82,56). Sum of RGB (Red+Green+Blue) = 137+82+56=275 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.82% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 137 - color contains mainly: red. Hex color #895238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895238 is #76ADC7. Grayscale: #5F5F5F. Windows color (decimal): -7777736 or 3691145. OLE color: 3691145.
HSL color Cylindrical-coordinate representation of color #895238: hue angle of 19.26º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #895238 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 82 | 56 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.46 |
| HSL | 19.26º | 0.42% | 0.38% | - |
| HSV(B) | 19.26º | 0.59% | 0.54% | - |
| XYZ | 14.05 | 11.64 | 5.25 | - |
| YUV | 95.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 56 | 0 | 0.40 | 0.59 | 0.46 | 19.26 | 0.42 | 0.38 |
| Hex | 89 | 52 | 38 | 0 | 28 | 3B | 2E | 13 | 2A | 26 |
| Octal | 211 | 122 | 70 | 0 | 50 | 73 | 56 | 23 | 52 | 46 |
| Binary | 10001001 | 1010010 | 111000 | 0 | 101000 | 111011 | 101110 | 10011 | 101010 | 100110 |
Color Harmonies of #895238
Complementary color
Monochromatic Colors of #895238
Black with #895238
Text Example
Text Example
White with #895238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895238; }
p { color: rgb(137,82,56); }
H1.HeaderClassName
{
color: #895238;
}
.AnyTagClassName
{
color: #895238;
}
</style>
background-color css
<style>
a { background-color: #895238; }
a { background-color: rgb(137,82,56); }
div.DivClassName
{
background-color: #895238;
}
.BgClassName
{
background-color: #895238;
}
</style>
border-color css
<style>
span { border-color: #895238; }
span { border-color: rgb(137,82,56); }
td.TdClassName
{
border-color: #895238;
}
.TagClassName
{
border-color: #895238;
}
</style>