Shades of Paarl #8F4932
Tints of Paarl #8F4932
RGB
CMYK
RGB Variations
Color information
#8F4932 (or 0x8F4932) is known color: Paarl. HEX triplet: 8F, 49 and 32. RGB value is (143,73,50). Sum of RGB (Red+Green+Blue) = 143+73+50=266 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.76% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F4932 is #70B6CD. Grayscale: #5B5B5B. Windows color (decimal): -7386830 or 3295631. OLE color: 3295631.
HSL color Cylindrical-coordinate representation of color #8F4932: hue angle of 14.84º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F4932 is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 73 | 50 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.44 |
| HSL | 14.84º | 0.48% | 0.38% | - |
| HSV(B) | 14.84º | 0.65% | 0.56% | - |
| XYZ | 14.29 | 10.84 | 4.36 | - |
| YUV | 91.31 | 104.69 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 73 | 50 | 0 | 0.49 | 0.65 | 0.44 | 14.84 | 0.48 | 0.38 |
| Hex | 8F | 49 | 32 | 0 | 31 | 41 | 2C | F | 30 | 26 |
| Octal | 217 | 111 | 62 | 0 | 61 | 101 | 54 | 17 | 60 | 46 |
| Binary | 10001111 | 1001001 | 110010 | 0 | 110001 | 1000001 | 101100 | 1111 | 110000 | 100110 |
Color Harmonies of #8F4932
Complementary color
Monochromatic Colors of #8F4932
Black with #8F4932
Text Example
Text Example
White with #8F4932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F4932; }
p { color: rgb(143,73,50); }
H1.HeaderClassName
{
color: #8F4932;
}
.AnyTagClassName
{
color: #8F4932;
}
</style>
background-color css
<style>
a { background-color: #8F4932; }
a { background-color: rgb(143,73,50); }
div.DivClassName
{
background-color: #8F4932;
}
.BgClassName
{
background-color: #8F4932;
}
</style>
border-color css
<style>
span { border-color: #8F4932; }
span { border-color: rgb(143,73,50); }
td.TdClassName
{
border-color: #8F4932;
}
.TagClassName
{
border-color: #8F4932;
}
</style>