Shades of Paarl #874F32
Tints of Paarl #874F32
RGB
CMYK
RGB Variations
Color information
#874F32 (or 0x874F32) is known color: Paarl. HEX triplet: 87, 4F and 32. RGB value is (135,79,50). Sum of RGB (Red+Green+Blue) = 135+79+50=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #874F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874F32 is #78B0CD. Grayscale: #5C5C5C. Windows color (decimal): -7909582 or 3297159. OLE color: 3297159.
HSL color Cylindrical-coordinate representation of color #874F32: hue angle of 20.47º 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 #874F32 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 79 | 50 | - |
| CMYK | 0 | 0.41 | 0.63 | 0.47 |
| HSL | 20.47º | 0.46% | 0.36% | - |
| HSV(B) | 20.47º | 0.63% | 0.53% | - |
| XYZ | 13.36 | 10.97 | 4.43 | - |
| YUV | 92.44 | 104.05 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 79 | 50 | 0 | 0.41 | 0.63 | 0.47 | 20.47 | 0.46 | 0.36 |
| Hex | 87 | 4F | 32 | 0 | 29 | 3F | 2F | 14 | 2E | 24 |
| Octal | 207 | 117 | 62 | 0 | 51 | 77 | 57 | 24 | 56 | 44 |
| Binary | 10000111 | 1001111 | 110010 | 0 | 101001 | 111111 | 101111 | 10100 | 101110 | 100100 |
Color Harmonies of #874F32
Complementary color
Monochromatic Colors of #874F32
Black with #874F32
Text Example
Text Example
White with #874F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874F32; }
p { color: rgb(135,79,50); }
H1.HeaderClassName
{
color: #874F32;
}
.AnyTagClassName
{
color: #874F32;
}
</style>
background-color css
<style>
a { background-color: #874F32; }
a { background-color: rgb(135,79,50); }
div.DivClassName
{
background-color: #874F32;
}
.BgClassName
{
background-color: #874F32;
}
</style>
border-color css
<style>
span { border-color: #874F32; }
span { border-color: rgb(135,79,50); }
td.TdClassName
{
border-color: #874F32;
}
.TagClassName
{
border-color: #874F32;
}
</style>