Shades of Paarl #8D482F
Tints of Paarl #8D482F
RGB
CMYK
RGB Variations
Color information
#8D482F (or 0x8D482F) is known color: Paarl. HEX triplet: 8D, 48 and 2F. RGB value is (141,72,47). Sum of RGB (Red+Green+Blue) = 141+72+47=260 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.23% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 141 - color contains mainly: red. Hex color #8D482F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D482F is #72B7D0. Grayscale: #595959. Windows color (decimal): -7518161 or 3098765. OLE color: 3098765.
HSL color Cylindrical-coordinate representation of color #8D482F: hue angle of 15.96º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D482F is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 47 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.45 |
| HSL | 15.96º | 0.5% | 0.37% | - |
| HSV(B) | 15.96º | 0.67% | 0.55% | - |
| XYZ | 13.81 | 10.5 | 3.99 | - |
| YUV | 89.78 | 103.86 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 47 | 0 | 0.49 | 0.67 | 0.45 | 15.96 | 0.5 | 0.37 |
| Hex | 8D | 48 | 2F | 0 | 31 | 43 | 2D | 10 | 32 | 25 |
| Octal | 215 | 110 | 57 | 0 | 61 | 103 | 55 | 20 | 62 | 45 |
| Binary | 10001101 | 1001000 | 101111 | 0 | 110001 | 1000011 | 101101 | 10000 | 110010 | 100101 |
Color Harmonies of #8D482F
Complementary color
Monochromatic Colors of #8D482F
Black with #8D482F
Text Example
Text Example
White with #8D482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D482F; }
p { color: rgb(141,72,47); }
H1.HeaderClassName
{
color: #8D482F;
}
.AnyTagClassName
{
color: #8D482F;
}
</style>
background-color css
<style>
a { background-color: #8D482F; }
a { background-color: rgb(141,72,47); }
div.DivClassName
{
background-color: #8D482F;
}
.BgClassName
{
background-color: #8D482F;
}
</style>
border-color css
<style>
span { border-color: #8D482F; }
span { border-color: rgb(141,72,47); }
td.TdClassName
{
border-color: #8D482F;
}
.TagClassName
{
border-color: #8D482F;
}
</style>