Shades of Paarl #8C4B39
Tints of Paarl #8C4B39
RGB
CMYK
RGB Variations
Color information
#8C4B39 (or 0x8C4B39) is known color: Paarl. HEX triplet: 8C, 4B and 39. RGB value is (140,75,57). Sum of RGB (Red+Green+Blue) = 140+75+57=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4B39 is #73B4C6. Grayscale: #5C5C5C. Windows color (decimal): -7582919 or 3754892. OLE color: 3754892.
HSL color Cylindrical-coordinate representation of color #8C4B39: hue angle of 13.01º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C4B39 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 75 | 57 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.45 |
| HSL | 13.01º | 0.42% | 0.39% | - |
| HSV(B) | 13.01º | 0.59% | 0.55% | - |
| XYZ | 14.07 | 10.9 | 5.23 | - |
| YUV | 92.38 | 108.03 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 75 | 57 | 0 | 0.46 | 0.59 | 0.45 | 13.01 | 0.42 | 0.39 |
| Hex | 8C | 4B | 39 | 0 | 2E | 3B | 2D | D | 2A | 27 |
| Octal | 214 | 113 | 71 | 0 | 56 | 73 | 55 | 15 | 52 | 47 |
| Binary | 10001100 | 1001011 | 111001 | 0 | 101110 | 111011 | 101101 | 1101 | 101010 | 100111 |
Color Harmonies of #8C4B39
Complementary color
Monochromatic Colors of #8C4B39
Black with #8C4B39
Text Example
Text Example
White with #8C4B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4B39; }
p { color: rgb(140,75,57); }
H1.HeaderClassName
{
color: #8C4B39;
}
.AnyTagClassName
{
color: #8C4B39;
}
</style>
background-color css
<style>
a { background-color: #8C4B39; }
a { background-color: rgb(140,75,57); }
div.DivClassName
{
background-color: #8C4B39;
}
.BgClassName
{
background-color: #8C4B39;
}
</style>
border-color css
<style>
span { border-color: #8C4B39; }
span { border-color: rgb(140,75,57); }
td.TdClassName
{
border-color: #8C4B39;
}
.TagClassName
{
border-color: #8C4B39;
}
</style>