Shades of Paarl #874D39
Tints of Paarl #874D39
RGB
CMYK
RGB Variations
Color information
#874D39 (or 0x874D39) is known color: Paarl. HEX triplet: 87, 4D and 39. RGB value is (135,77,57). Sum of RGB (Red+Green+Blue) = 135+77+57=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #874D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D39 is #78B2C6. Grayscale: #5C5C5C. Windows color (decimal): -7910087 or 3755399. OLE color: 3755399.
HSL color Cylindrical-coordinate representation of color #874D39: hue angle of 15.38º 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 #874D39 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 77 | 57 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.47 |
| HSL | 15.38º | 0.41% | 0.38% | - |
| HSV(B) | 15.38º | 0.58% | 0.53% | - |
| XYZ | 13.38 | 10.75 | 5.24 | - |
| YUV | 92.06 | 108.22 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 57 | 0 | 0.43 | 0.58 | 0.47 | 15.38 | 0.41 | 0.38 |
| Hex | 87 | 4D | 39 | 0 | 2B | 3A | 2F | F | 29 | 26 |
| Octal | 207 | 115 | 71 | 0 | 53 | 72 | 57 | 17 | 51 | 46 |
| Binary | 10000111 | 1001101 | 111001 | 0 | 101011 | 111010 | 101111 | 1111 | 101001 | 100110 |
Color Harmonies of #874D39
Complementary color
Monochromatic Colors of #874D39
Black with #874D39
Text Example
Text Example
White with #874D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874D39; }
p { color: rgb(135,77,57); }
H1.HeaderClassName
{
color: #874D39;
}
.AnyTagClassName
{
color: #874D39;
}
</style>
background-color css
<style>
a { background-color: #874D39; }
a { background-color: rgb(135,77,57); }
div.DivClassName
{
background-color: #874D39;
}
.BgClassName
{
background-color: #874D39;
}
</style>
border-color css
<style>
span { border-color: #874D39; }
span { border-color: rgb(135,77,57); }
td.TdClassName
{
border-color: #874D39;
}
.TagClassName
{
border-color: #874D39;
}
</style>