Shades of Paarl #87492F
Tints of Paarl #87492F
RGB
CMYK
RGB Variations
Color information
#87492F (or 0x87492F) is known color: Paarl. HEX triplet: 87, 49 and 2F. RGB value is (135,73,47). Sum of RGB (Red+Green+Blue) = 135+73+47=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #87492F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87492F is #78B6D0. Grayscale: #585858. Windows color (decimal): -7911121 or 3099015. OLE color: 3099015.
HSL color Cylindrical-coordinate representation of color #87492F: hue angle of 17.73º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #87492F is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 73 | 47 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.47 |
| HSL | 17.73º | 0.48% | 0.36% | - |
| HSV(B) | 17.73º | 0.65% | 0.53% | - |
| XYZ | 12.89 | 10.12 | 3.96 | - |
| YUV | 88.57 | 104.54 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 73 | 47 | 0 | 0.46 | 0.65 | 0.47 | 17.73 | 0.48 | 0.36 |
| Hex | 87 | 49 | 2F | 0 | 2E | 41 | 2F | 12 | 30 | 24 |
| Octal | 207 | 111 | 57 | 0 | 56 | 101 | 57 | 22 | 60 | 44 |
| Binary | 10000111 | 1001001 | 101111 | 0 | 101110 | 1000001 | 101111 | 10010 | 110000 | 100100 |
Color Harmonies of #87492F
Complementary color
Monochromatic Colors of #87492F
Black with #87492F
Text Example
Text Example
White with #87492F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87492F; }
p { color: rgb(135,73,47); }
H1.HeaderClassName
{
color: #87492F;
}
.AnyTagClassName
{
color: #87492F;
}
</style>
background-color css
<style>
a { background-color: #87492F; }
a { background-color: rgb(135,73,47); }
div.DivClassName
{
background-color: #87492F;
}
.BgClassName
{
background-color: #87492F;
}
</style>
border-color css
<style>
span { border-color: #87492F; }
span { border-color: rgb(135,73,47); }
td.TdClassName
{
border-color: #87492F;
}
.TagClassName
{
border-color: #87492F;
}
</style>