Shades of Paarl #8C482E
Tints of Paarl #8C482E
RGB
CMYK
RGB Variations
Color information
#8C482E (or 0x8C482E) is known color: Paarl. HEX triplet: 8C, 48 and 2E. RGB value is (140,72,46). Sum of RGB (Red+Green+Blue) = 140+72+46=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C482E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C482E is #73B7D1. Grayscale: #595959. Windows color (decimal): -7583698 or 3033228. OLE color: 3033228.
HSL color Cylindrical-coordinate representation of color #8C482E: hue angle of 16.6º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8C482E is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 72 | 46 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.45 |
| HSL | 16.6º | 0.51% | 0.36% | - |
| HSV(B) | 16.6º | 0.67% | 0.55% | - |
| XYZ | 13.63 | 10.41 | 3.88 | - |
| YUV | 89.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 72 | 46 | 0 | 0.49 | 0.67 | 0.45 | 16.6 | 0.51 | 0.36 |
| Hex | 8C | 48 | 2E | 0 | 31 | 43 | 2D | 11 | 33 | 24 |
| Octal | 214 | 110 | 56 | 0 | 61 | 103 | 55 | 21 | 63 | 44 |
| Binary | 10001100 | 1001000 | 101110 | 0 | 110001 | 1000011 | 101101 | 10001 | 110011 | 100100 |
Color Harmonies of #8C482E
Complementary color
Monochromatic Colors of #8C482E
Black with #8C482E
Text Example
Text Example
White with #8C482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C482E; }
p { color: rgb(140,72,46); }
H1.HeaderClassName
{
color: #8C482E;
}
.AnyTagClassName
{
color: #8C482E;
}
</style>
background-color css
<style>
a { background-color: #8C482E; }
a { background-color: rgb(140,72,46); }
div.DivClassName
{
background-color: #8C482E;
}
.BgClassName
{
background-color: #8C482E;
}
</style>
border-color css
<style>
span { border-color: #8C482E; }
span { border-color: rgb(140,72,46); }
td.TdClassName
{
border-color: #8C482E;
}
.TagClassName
{
border-color: #8C482E;
}
</style>