Shades of Paarl #874C38
Tints of Paarl #874C38
RGB
CMYK
RGB Variations
Color information
#874C38 (or 0x874C38) is known color: Paarl. HEX triplet: 87, 4C and 38. RGB value is (135,76,56). Sum of RGB (Red+Green+Blue) = 135+76+56=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #874C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874C38 is #78B3C7. Grayscale: #5B5B5B. Windows color (decimal): -7910344 or 3689607. OLE color: 3689607.
HSL color Cylindrical-coordinate representation of color #874C38: hue angle of 15.19º 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 #874C38 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 76 | 56 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.47 |
| HSL | 15.19º | 0.41% | 0.37% | - |
| HSV(B) | 15.19º | 0.59% | 0.53% | - |
| XYZ | 13.29 | 10.61 | 5.09 | - |
| YUV | 91.36 | 108.05 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 76 | 56 | 0 | 0.44 | 0.59 | 0.47 | 15.19 | 0.41 | 0.37 |
| Hex | 87 | 4C | 38 | 0 | 2C | 3B | 2F | F | 29 | 25 |
| Octal | 207 | 114 | 70 | 0 | 54 | 73 | 57 | 17 | 51 | 45 |
| Binary | 10000111 | 1001100 | 111000 | 0 | 101100 | 111011 | 101111 | 1111 | 101001 | 100101 |
Color Harmonies of #874C38
Complementary color
Monochromatic Colors of #874C38
Black with #874C38
Text Example
Text Example
White with #874C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874C38; }
p { color: rgb(135,76,56); }
H1.HeaderClassName
{
color: #874C38;
}
.AnyTagClassName
{
color: #874C38;
}
</style>
background-color css
<style>
a { background-color: #874C38; }
a { background-color: rgb(135,76,56); }
div.DivClassName
{
background-color: #874C38;
}
.BgClassName
{
background-color: #874C38;
}
</style>
border-color css
<style>
span { border-color: #874C38; }
span { border-color: rgb(135,76,56); }
td.TdClassName
{
border-color: #874C38;
}
.TagClassName
{
border-color: #874C38;
}
</style>