Shades of Paarl #8C4837
Tints of Paarl #8C4837
RGB
CMYK
RGB Variations
Color information
#8C4837 (or 0x8C4837) is known color: Paarl. HEX triplet: 8C, 48 and 37. RGB value is (140,72,55). Sum of RGB (Red+Green+Blue) = 140+72+55=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4837 is #73B7C8. Grayscale: #5A5A5A. Windows color (decimal): -7583689 or 3623052. OLE color: 3623052.
HSL color Cylindrical-coordinate representation of color #8C4837: hue angle of 12º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C4837 is Cyan = 0, Magento = 0.49, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 72 | 55 | - |
| CMYK | 0 | 0.49 | 0.61 | 0.45 |
| HSL | 12º | 0.44% | 0.38% | - |
| HSV(B) | 12º | 0.61% | 0.55% | - |
| XYZ | 13.82 | 10.49 | 4.91 | - |
| YUV | 90.39 | 108.03 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 72 | 55 | 0 | 0.49 | 0.61 | 0.45 | 12 | 0.44 | 0.38 |
| Hex | 8C | 48 | 37 | 0 | 31 | 3D | 2D | C | 2C | 26 |
| Octal | 214 | 110 | 67 | 0 | 61 | 75 | 55 | 14 | 54 | 46 |
| Binary | 10001100 | 1001000 | 110111 | 0 | 110001 | 111101 | 101101 | 1100 | 101100 | 100110 |
Color Harmonies of #8C4837
Complementary color
Monochromatic Colors of #8C4837
Black with #8C4837
Text Example
Text Example
White with #8C4837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4837; }
p { color: rgb(140,72,55); }
H1.HeaderClassName
{
color: #8C4837;
}
.AnyTagClassName
{
color: #8C4837;
}
</style>
background-color css
<style>
a { background-color: #8C4837; }
a { background-color: rgb(140,72,55); }
div.DivClassName
{
background-color: #8C4837;
}
.BgClassName
{
background-color: #8C4837;
}
</style>
border-color css
<style>
span { border-color: #8C4837; }
span { border-color: rgb(140,72,55); }
td.TdClassName
{
border-color: #8C4837;
}
.TagClassName
{
border-color: #8C4837;
}
</style>