Shades of Paarl #874C39
Tints of Paarl #874C39
RGB
CMYK
RGB Variations
Color information
#874C39 (or 0x874C39) is known color: Paarl. HEX triplet: 87, 4C and 39. RGB value is (135,76,57). Sum of RGB (Red+Green+Blue) = 135+76+57=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #874C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C39 is #78B3C6. Grayscale: #5B5B5B. Windows color (decimal): -7910343 or 3755143. OLE color: 3755143.
HSL color Cylindrical-coordinate representation of color #874C39: hue angle of 14.62º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #874C39 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 76 | 57 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.47 |
| HSL | 14.62º | 0.41% | 0.38% | - |
| HSV(B) | 14.62º | 0.58% | 0.53% | - |
| XYZ | 13.31 | 10.62 | 5.22 | - |
| YUV | 91.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 76 | 57 | 0 | 0.44 | 0.58 | 0.47 | 14.62 | 0.41 | 0.38 |
| Hex | 87 | 4C | 39 | 0 | 2C | 3A | 2F | F | 29 | 26 |
| Octal | 207 | 114 | 71 | 0 | 54 | 72 | 57 | 17 | 51 | 46 |
| Binary | 10000111 | 1001100 | 111001 | 0 | 101100 | 111010 | 101111 | 1111 | 101001 | 100110 |
Color Harmonies of #874C39
Complementary color
Monochromatic Colors of #874C39
Black with #874C39
Text Example
Text Example
White with #874C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874C39; }
p { color: rgb(135,76,57); }
H1.HeaderClassName
{
color: #874C39;
}
.AnyTagClassName
{
color: #874C39;
}
</style>
background-color css
<style>
a { background-color: #874C39; }
a { background-color: rgb(135,76,57); }
div.DivClassName
{
background-color: #874C39;
}
.BgClassName
{
background-color: #874C39;
}
</style>
border-color css
<style>
span { border-color: #874C39; }
span { border-color: rgb(135,76,57); }
td.TdClassName
{
border-color: #874C39;
}
.TagClassName
{
border-color: #874C39;
}
</style>