Shades of Paarl #8C4A35
Tints of Paarl #8C4A35
RGB
CMYK
RGB Variations
Color information
#8C4A35 (or 0x8C4A35) is known color: Paarl. HEX triplet: 8C, 4A and 35. RGB value is (140,74,53). Sum of RGB (Red+Green+Blue) = 140+74+53=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4A35 is #73B5CA. Grayscale: #5B5B5B. Windows color (decimal): -7583179 or 3492492. OLE color: 3492492.
HSL color Cylindrical-coordinate representation of color #8C4A35: hue angle of 14.48º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C4A35 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 74 | 53 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.45 |
| HSL | 14.48º | 0.45% | 0.38% | - |
| HSV(B) | 14.48º | 0.62% | 0.55% | - |
| XYZ | 13.91 | 10.73 | 4.71 | - |
| YUV | 91.34 | 106.37 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 53 | 0 | 0.47 | 0.62 | 0.45 | 14.48 | 0.45 | 0.38 |
| Hex | 8C | 4A | 35 | 0 | 2F | 3E | 2D | E | 2D | 26 |
| Octal | 214 | 112 | 65 | 0 | 57 | 76 | 55 | 16 | 55 | 46 |
| Binary | 10001100 | 1001010 | 110101 | 0 | 101111 | 111110 | 101101 | 1110 | 101101 | 100110 |
Color Harmonies of #8C4A35
Complementary color
Monochromatic Colors of #8C4A35
Black with #8C4A35
Text Example
Text Example
White with #8C4A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4A35; }
p { color: rgb(140,74,53); }
H1.HeaderClassName
{
color: #8C4A35;
}
.AnyTagClassName
{
color: #8C4A35;
}
</style>
background-color css
<style>
a { background-color: #8C4A35; }
a { background-color: rgb(140,74,53); }
div.DivClassName
{
background-color: #8C4A35;
}
.BgClassName
{
background-color: #8C4A35;
}
</style>
border-color css
<style>
span { border-color: #8C4A35; }
span { border-color: rgb(140,74,53); }
td.TdClassName
{
border-color: #8C4A35;
}
.TagClassName
{
border-color: #8C4A35;
}
</style>