Shades of Paarl #8C4A2F
Tints of Paarl #8C4A2F
RGB
CMYK
RGB Variations
Color information
#8C4A2F (or 0x8C4A2F) is known color: Paarl. HEX triplet: 8C, 4A and 2F. RGB value is (140,74,47). Sum of RGB (Red+Green+Blue) = 140+74+47=261 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.64% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4A2F is #73B5D0. Grayscale: #5A5A5A. Windows color (decimal): -7583185 or 3099276. OLE color: 3099276.
HSL color Cylindrical-coordinate representation of color #8C4A2F: hue angle of 17.42º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C4A2F is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 74 | 47 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.45 |
| HSL | 17.42º | 0.5% | 0.37% | - |
| HSV(B) | 17.42º | 0.66% | 0.55% | - |
| XYZ | 13.78 | 10.68 | 4.02 | - |
| YUV | 90.66 | 103.37 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 47 | 0 | 0.47 | 0.66 | 0.45 | 17.42 | 0.5 | 0.37 |
| Hex | 8C | 4A | 2F | 0 | 2F | 42 | 2D | 11 | 32 | 25 |
| Octal | 214 | 112 | 57 | 0 | 57 | 102 | 55 | 21 | 62 | 45 |
| Binary | 10001100 | 1001010 | 101111 | 0 | 101111 | 1000010 | 101101 | 10001 | 110010 | 100101 |
Color Harmonies of #8C4A2F
Complementary color
Monochromatic Colors of #8C4A2F
Black with #8C4A2F
Text Example
Text Example
White with #8C4A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4A2F; }
p { color: rgb(140,74,47); }
H1.HeaderClassName
{
color: #8C4A2F;
}
.AnyTagClassName
{
color: #8C4A2F;
}
</style>
background-color css
<style>
a { background-color: #8C4A2F; }
a { background-color: rgb(140,74,47); }
div.DivClassName
{
background-color: #8C4A2F;
}
.BgClassName
{
background-color: #8C4A2F;
}
</style>
border-color css
<style>
span { border-color: #8C4A2F; }
span { border-color: rgb(140,74,47); }
td.TdClassName
{
border-color: #8C4A2F;
}
.TagClassName
{
border-color: #8C4A2F;
}
</style>