Shades of Paarl #8F4E37
Tints of Paarl #8F4E37
RGB
CMYK
RGB Variations
Color information
#8F4E37 (or 0x8F4E37) is known color: Paarl. HEX triplet: 8F, 4E and 37. RGB value is (143,78,55). Sum of RGB (Red+Green+Blue) = 143+78+55=276 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.81% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4E37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F4E37 is #70B1C8. Grayscale: #5E5E5E. Windows color (decimal): -7385545 or 3624591. OLE color: 3624591.
HSL color Cylindrical-coordinate representation of color #8F4E37: hue angle of 15.68º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F4E37 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 78 | 55 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.44 |
| HSL | 15.68º | 0.44% | 0.39% | - |
| HSV(B) | 15.68º | 0.62% | 0.56% | - |
| XYZ | 14.74 | 11.56 | 5.07 | - |
| YUV | 94.81 | 105.53 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 78 | 55 | 0 | 0.45 | 0.62 | 0.44 | 15.68 | 0.44 | 0.39 |
| Hex | 8F | 4E | 37 | 0 | 2D | 3E | 2C | 10 | 2C | 27 |
| Octal | 217 | 116 | 67 | 0 | 55 | 76 | 54 | 20 | 54 | 47 |
| Binary | 10001111 | 1001110 | 110111 | 0 | 101101 | 111110 | 101100 | 10000 | 101100 | 100111 |
Color Harmonies of #8F4E37
Complementary color
Monochromatic Colors of #8F4E37
Black with #8F4E37
Text Example
Text Example
White with #8F4E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4E37; }
p { color: rgb(143,78,55); }
H1.HeaderClassName
{
color: #8F4E37;
}
.AnyTagClassName
{
color: #8F4E37;
}
</style>
background-color css
<style>
a { background-color: #8F4E37; }
a { background-color: rgb(143,78,55); }
div.DivClassName
{
background-color: #8F4E37;
}
.BgClassName
{
background-color: #8F4E37;
}
</style>
border-color css
<style>
span { border-color: #8F4E37; }
span { border-color: rgb(143,78,55); }
td.TdClassName
{
border-color: #8F4E37;
}
.TagClassName
{
border-color: #8F4E37;
}
</style>