Shades of Paarl #874E38
Tints of Paarl #874E38
RGB
CMYK
RGB Variations
Color information
#874E38 (or 0x874E38) is known color: Paarl. HEX triplet: 87, 4E and 38. RGB value is (135,78,56). Sum of RGB (Red+Green+Blue) = 135+78+56=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #874E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874E38 is #78B1C7. Grayscale: #5C5C5C. Windows color (decimal): -7909832 or 3690119. OLE color: 3690119.
HSL color Cylindrical-coordinate representation of color #874E38: hue angle of 16.71º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #874E38 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 78 | 56 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.47 |
| HSL | 16.71º | 0.41% | 0.37% | - |
| HSV(B) | 16.71º | 0.59% | 0.53% | - |
| XYZ | 13.43 | 10.89 | 5.13 | - |
| YUV | 92.54 | 107.38 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 78 | 56 | 0 | 0.42 | 0.59 | 0.47 | 16.71 | 0.41 | 0.37 |
| Hex | 87 | 4E | 38 | 0 | 2A | 3B | 2F | 11 | 29 | 25 |
| Octal | 207 | 116 | 70 | 0 | 52 | 73 | 57 | 21 | 51 | 45 |
| Binary | 10000111 | 1001110 | 111000 | 0 | 101010 | 111011 | 101111 | 10001 | 101001 | 100101 |
Color Harmonies of #874E38
Complementary color
Monochromatic Colors of #874E38
Black with #874E38
Text Example
Text Example
White with #874E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874E38; }
p { color: rgb(135,78,56); }
H1.HeaderClassName
{
color: #874E38;
}
.AnyTagClassName
{
color: #874E38;
}
</style>
background-color css
<style>
a { background-color: #874E38; }
a { background-color: rgb(135,78,56); }
div.DivClassName
{
background-color: #874E38;
}
.BgClassName
{
background-color: #874E38;
}
</style>
border-color css
<style>
span { border-color: #874E38; }
span { border-color: rgb(135,78,56); }
td.TdClassName
{
border-color: #874E38;
}
.TagClassName
{
border-color: #874E38;
}
</style>