Shades of Paarl #87482C
Tints of Paarl #87482C
RGB
CMYK
RGB Variations
Color information
#87482C (or 0x87482C) is known color: Paarl. HEX triplet: 87, 48 and 2C. RGB value is (135,72,44). Sum of RGB (Red+Green+Blue) = 135+72+44=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #87482C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87482C is #78B7D3. Grayscale: #575757. Windows color (decimal): -7911380 or 2902151. OLE color: 2902151.
HSL color Cylindrical-coordinate representation of color #87482C: hue angle of 18.46º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #87482C is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 72 | 44 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.47 |
| HSL | 18.46º | 0.51% | 0.35% | - |
| HSV(B) | 18.46º | 0.67% | 0.53% | - |
| XYZ | 12.76 | 9.97 | 3.63 | - |
| YUV | 87.65 | 103.37 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 44 | 0 | 0.47 | 0.67 | 0.47 | 18.46 | 0.51 | 0.35 |
| Hex | 87 | 48 | 2C | 0 | 2F | 43 | 2F | 12 | 33 | 23 |
| Octal | 207 | 110 | 54 | 0 | 57 | 103 | 57 | 22 | 63 | 43 |
| Binary | 10000111 | 1001000 | 101100 | 0 | 101111 | 1000011 | 101111 | 10010 | 110011 | 100011 |
Color Harmonies of #87482C
Complementary color
Monochromatic Colors of #87482C
Black with #87482C
Text Example
Text Example
White with #87482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87482C; }
p { color: rgb(135,72,44); }
H1.HeaderClassName
{
color: #87482C;
}
.AnyTagClassName
{
color: #87482C;
}
</style>
background-color css
<style>
a { background-color: #87482C; }
a { background-color: rgb(135,72,44); }
div.DivClassName
{
background-color: #87482C;
}
.BgClassName
{
background-color: #87482C;
}
</style>
border-color css
<style>
span { border-color: #87482C; }
span { border-color: rgb(135,72,44); }
td.TdClassName
{
border-color: #87482C;
}
.TagClassName
{
border-color: #87482C;
}
</style>