Shades of Paarl #8C4D38
Tints of Paarl #8C4D38
RGB
CMYK
RGB Variations
Color information
#8C4D38 (or 0x8C4D38) is known color: Paarl. HEX triplet: 8C, 4D and 38. RGB value is (140,77,56). Sum of RGB (Red+Green+Blue) = 140+77+56=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4D38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C4D38 is #73B2C7. Grayscale: #5D5D5D. Windows color (decimal): -7582408 or 3689868. OLE color: 3689868.
HSL color Cylindrical-coordinate representation of color #8C4D38: hue angle of 15º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C4D38 is Cyan = 0, Magento = 0.45, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 77 | 56 | - |
| CMYK | 0 | 0.45 | 0.6 | 0.45 |
| HSL | 15º | 0.43% | 0.38% | - |
| HSV(B) | 15º | 0.6% | 0.55% | - |
| XYZ | 14.18 | 11.17 | 5.15 | - |
| YUV | 93.44 | 106.87 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 77 | 56 | 0 | 0.45 | 0.6 | 0.45 | 15 | 0.43 | 0.38 |
| Hex | 8C | 4D | 38 | 0 | 2D | 3C | 2D | F | 2B | 26 |
| Octal | 214 | 115 | 70 | 0 | 55 | 74 | 55 | 17 | 53 | 46 |
| Binary | 10001100 | 1001101 | 111000 | 0 | 101101 | 111100 | 101101 | 1111 | 101011 | 100110 |
Color Harmonies of #8C4D38
Complementary color
Monochromatic Colors of #8C4D38
Black with #8C4D38
Text Example
Text Example
White with #8C4D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4D38; }
p { color: rgb(140,77,56); }
H1.HeaderClassName
{
color: #8C4D38;
}
.AnyTagClassName
{
color: #8C4D38;
}
</style>
background-color css
<style>
a { background-color: #8C4D38; }
a { background-color: rgb(140,77,56); }
div.DivClassName
{
background-color: #8C4D38;
}
.BgClassName
{
background-color: #8C4D38;
}
</style>
border-color css
<style>
span { border-color: #8C4D38; }
span { border-color: rgb(140,77,56); }
td.TdClassName
{
border-color: #8C4D38;
}
.TagClassName
{
border-color: #8C4D38;
}
</style>