Shades of Paarl #8F4E35
Tints of Paarl #8F4E35
RGB
CMYK
RGB Variations
Color information
#8F4E35 (or 0x8F4E35) is known color: Paarl. HEX triplet: 8F, 4E and 35. RGB value is (143,78,53). Sum of RGB (Red+Green+Blue) = 143+78+53=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F4E35 is #70B1CA. Grayscale: #5E5E5E. Windows color (decimal): -7385547 or 3493519. OLE color: 3493519.
HSL color Cylindrical-coordinate representation of color #8F4E35: hue angle of 16.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8F4E35 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 78 | 53 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.44 |
| HSL | 16.67º | 0.46% | 0.38% | - |
| HSV(B) | 16.67º | 0.63% | 0.56% | - |
| XYZ | 14.69 | 11.55 | 4.82 | - |
| YUV | 94.59 | 104.53 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 78 | 53 | 0 | 0.45 | 0.63 | 0.44 | 16.67 | 0.46 | 0.38 |
| Hex | 8F | 4E | 35 | 0 | 2D | 3F | 2C | 11 | 2E | 26 |
| Octal | 217 | 116 | 65 | 0 | 55 | 77 | 54 | 21 | 56 | 46 |
| Binary | 10001111 | 1001110 | 110101 | 0 | 101101 | 111111 | 101100 | 10001 | 101110 | 100110 |
Color Harmonies of #8F4E35
Complementary color
Monochromatic Colors of #8F4E35
Black with #8F4E35
Text Example
Text Example
White with #8F4E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4E35; }
p { color: rgb(143,78,53); }
H1.HeaderClassName
{
color: #8F4E35;
}
.AnyTagClassName
{
color: #8F4E35;
}
</style>
background-color css
<style>
a { background-color: #8F4E35; }
a { background-color: rgb(143,78,53); }
div.DivClassName
{
background-color: #8F4E35;
}
.BgClassName
{
background-color: #8F4E35;
}
</style>
border-color css
<style>
span { border-color: #8F4E35; }
span { border-color: rgb(143,78,53); }
td.TdClassName
{
border-color: #8F4E35;
}
.TagClassName
{
border-color: #8F4E35;
}
</style>