Shades of Paarl #874A35
Tints of Paarl #874A35
RGB
CMYK
RGB Variations
Color information
#874A35 (or 0x874A35) is known color: Paarl. HEX triplet: 87, 4A and 35. RGB value is (135,74,53). Sum of RGB (Red+Green+Blue) = 135+74+53=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #874A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A35 is #78B5CA. Grayscale: #595959. Windows color (decimal): -7910859 or 3492487. OLE color: 3492487.
HSL color Cylindrical-coordinate representation of color #874A35: hue angle of 15.37º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #874A35 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 74 | 53 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.47 |
| HSL | 15.37º | 0.44% | 0.37% | - |
| HSV(B) | 15.37º | 0.61% | 0.53% | - |
| XYZ | 13.08 | 10.31 | 4.67 | - |
| YUV | 89.85 | 107.21 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 74 | 53 | 0 | 0.45 | 0.61 | 0.47 | 15.37 | 0.44 | 0.37 |
| Hex | 87 | 4A | 35 | 0 | 2D | 3D | 2F | F | 2C | 25 |
| Octal | 207 | 112 | 65 | 0 | 55 | 75 | 57 | 17 | 54 | 45 |
| Binary | 10000111 | 1001010 | 110101 | 0 | 101101 | 111101 | 101111 | 1111 | 101100 | 100101 |
Color Harmonies of #874A35
Complementary color
Monochromatic Colors of #874A35
Black with #874A35
Text Example
Text Example
White with #874A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874A35; }
p { color: rgb(135,74,53); }
H1.HeaderClassName
{
color: #874A35;
}
.AnyTagClassName
{
color: #874A35;
}
</style>
background-color css
<style>
a { background-color: #874A35; }
a { background-color: rgb(135,74,53); }
div.DivClassName
{
background-color: #874A35;
}
.BgClassName
{
background-color: #874A35;
}
</style>
border-color css
<style>
span { border-color: #874A35; }
span { border-color: rgb(135,74,53); }
td.TdClassName
{
border-color: #874A35;
}
.TagClassName
{
border-color: #874A35;
}
</style>