Shades of Paarl #87482D
Tints of Paarl #87482D
RGB
CMYK
RGB Variations
Color information
#87482D (or 0x87482D) is known color: Paarl. HEX triplet: 87, 48 and 2D. RGB value is (135,72,45). Sum of RGB (Red+Green+Blue) = 135+72+45=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #87482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87482D is #78B7D2. Grayscale: #575757. Windows color (decimal): -7911379 or 2967687. OLE color: 2967687.
HSL color Cylindrical-coordinate representation of color #87482D: hue angle of 18º degrees, saturation: 0.5, 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 #87482D is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 72 | 45 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.47 |
| HSL | 18º | 0.5% | 0.35% | - |
| HSV(B) | 18º | 0.67% | 0.53% | - |
| XYZ | 12.78 | 9.98 | 3.73 | - |
| YUV | 87.76 | 103.87 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 45 | 0 | 0.47 | 0.67 | 0.47 | 18 | 0.5 | 0.35 |
| Hex | 87 | 48 | 2D | 0 | 2F | 43 | 2F | 12 | 32 | 23 |
| Octal | 207 | 110 | 55 | 0 | 57 | 103 | 57 | 22 | 62 | 43 |
| Binary | 10000111 | 1001000 | 101101 | 0 | 101111 | 1000011 | 101111 | 10010 | 110010 | 100011 |
Color Harmonies of #87482D
Complementary color
Monochromatic Colors of #87482D
Black with #87482D
Text Example
Text Example
White with #87482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87482D; }
p { color: rgb(135,72,45); }
H1.HeaderClassName
{
color: #87482D;
}
.AnyTagClassName
{
color: #87482D;
}
</style>
background-color css
<style>
a { background-color: #87482D; }
a { background-color: rgb(135,72,45); }
div.DivClassName
{
background-color: #87482D;
}
.BgClassName
{
background-color: #87482D;
}
</style>
border-color css
<style>
span { border-color: #87482D; }
span { border-color: rgb(135,72,45); }
td.TdClassName
{
border-color: #87482D;
}
.TagClassName
{
border-color: #87482D;
}
</style>