Shades of Paarl #874C32
Tints of Paarl #874C32
RGB
CMYK
RGB Variations
Color information
#874C32 (or 0x874C32) is known color: Paarl. HEX triplet: 87, 4C and 32. RGB value is (135,76,50). Sum of RGB (Red+Green+Blue) = 135+76+50=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #874C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C32 is #78B3CD. Grayscale: #5A5A5A. Windows color (decimal): -7910350 or 3296391. OLE color: 3296391.
HSL color Cylindrical-coordinate representation of color #874C32: hue angle of 18.35º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #874C32 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 76 | 50 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.47 |
| HSL | 18.35º | 0.46% | 0.36% | - |
| HSV(B) | 18.35º | 0.63% | 0.53% | - |
| XYZ | 13.15 | 10.55 | 4.36 | - |
| YUV | 90.68 | 105.05 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 76 | 50 | 0 | 0.44 | 0.63 | 0.47 | 18.35 | 0.46 | 0.36 |
| Hex | 87 | 4C | 32 | 0 | 2C | 3F | 2F | 12 | 2E | 24 |
| Octal | 207 | 114 | 62 | 0 | 54 | 77 | 57 | 22 | 56 | 44 |
| Binary | 10000111 | 1001100 | 110010 | 0 | 101100 | 111111 | 101111 | 10010 | 101110 | 100100 |
Color Harmonies of #874C32
Complementary color
Monochromatic Colors of #874C32
Black with #874C32
Text Example
Text Example
White with #874C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874C32; }
p { color: rgb(135,76,50); }
H1.HeaderClassName
{
color: #874C32;
}
.AnyTagClassName
{
color: #874C32;
}
</style>
background-color css
<style>
a { background-color: #874C32; }
a { background-color: rgb(135,76,50); }
div.DivClassName
{
background-color: #874C32;
}
.BgClassName
{
background-color: #874C32;
}
</style>
border-color css
<style>
span { border-color: #874C32; }
span { border-color: rgb(135,76,50); }
td.TdClassName
{
border-color: #874C32;
}
.TagClassName
{
border-color: #874C32;
}
</style>