Shades of Paarl #8D4D38
Tints of Paarl #8D4D38
RGB
CMYK
RGB Variations
Color information
#8D4D38 (or 0x8D4D38) is known color: Paarl. HEX triplet: 8D, 4D and 38. RGB value is (141,77,56). Sum of RGB (Red+Green+Blue) = 141+77+56=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D4D38 is #72B2C7. Grayscale: #5D5D5D. Windows color (decimal): -7516872 or 3689869. OLE color: 3689869.
HSL color Cylindrical-coordinate representation of color #8D4D38: hue angle of 14.82º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D4D38 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 77 | 56 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.45 |
| HSL | 14.82º | 0.43% | 0.39% | - |
| HSV(B) | 14.82º | 0.6% | 0.55% | - |
| XYZ | 14.35 | 11.26 | 5.16 | - |
| YUV | 93.74 | 106.7 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 77 | 56 | 0 | 0.45 | 0.60 | 0.45 | 14.82 | 0.43 | 0.39 |
| Hex | 8D | 4D | 38 | 0 | 2D | 3C | 2D | F | 2B | 27 |
| Octal | 215 | 115 | 70 | 0 | 55 | 74 | 55 | 17 | 53 | 47 |
| Binary | 10001101 | 1001101 | 111000 | 0 | 101101 | 111100 | 101101 | 1111 | 101011 | 100111 |
Color Harmonies of #8D4D38
Complementary color
Monochromatic Colors of #8D4D38
Black with #8D4D38
Text Example
Text Example
White with #8D4D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4D38; }
p { color: rgb(141,77,56); }
H1.HeaderClassName
{
color: #8D4D38;
}
.AnyTagClassName
{
color: #8D4D38;
}
</style>
background-color css
<style>
a { background-color: #8D4D38; }
a { background-color: rgb(141,77,56); }
div.DivClassName
{
background-color: #8D4D38;
}
.BgClassName
{
background-color: #8D4D38;
}
</style>
border-color css
<style>
span { border-color: #8D4D38; }
span { border-color: rgb(141,77,56); }
td.TdClassName
{
border-color: #8D4D38;
}
.TagClassName
{
border-color: #8D4D38;
}
</style>