Shades of Paarl #8C4B37
Tints of Paarl #8C4B37
RGB
CMYK
RGB Variations
Color information
#8C4B37 (or 0x8C4B37) is known color: Paarl. HEX triplet: 8C, 4B and 37. RGB value is (140,75,55). Sum of RGB (Red+Green+Blue) = 140+75+55=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4B37 is #73B4C8. Grayscale: #5C5C5C. Windows color (decimal): -7582921 or 3623820. OLE color: 3623820.
HSL color Cylindrical-coordinate representation of color #8C4B37: hue angle of 14.12º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C4B37 is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 75 | 55 | - |
| CMYK | 0 | 0.46 | 0.61 | 0.45 |
| HSL | 14.12º | 0.44% | 0.38% | - |
| HSV(B) | 14.12º | 0.61% | 0.55% | - |
| XYZ | 14.02 | 10.88 | 4.98 | - |
| YUV | 92.16 | 107.03 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 75 | 55 | 0 | 0.46 | 0.61 | 0.45 | 14.12 | 0.44 | 0.38 |
| Hex | 8C | 4B | 37 | 0 | 2E | 3D | 2D | E | 2C | 26 |
| Octal | 214 | 113 | 67 | 0 | 56 | 75 | 55 | 16 | 54 | 46 |
| Binary | 10001100 | 1001011 | 110111 | 0 | 101110 | 111101 | 101101 | 1110 | 101100 | 100110 |
Color Harmonies of #8C4B37
Complementary color
Monochromatic Colors of #8C4B37
Black with #8C4B37
Text Example
Text Example
White with #8C4B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4B37; }
p { color: rgb(140,75,55); }
H1.HeaderClassName
{
color: #8C4B37;
}
.AnyTagClassName
{
color: #8C4B37;
}
</style>
background-color css
<style>
a { background-color: #8C4B37; }
a { background-color: rgb(140,75,55); }
div.DivClassName
{
background-color: #8C4B37;
}
.BgClassName
{
background-color: #8C4B37;
}
</style>
border-color css
<style>
span { border-color: #8C4B37; }
span { border-color: rgb(140,75,55); }
td.TdClassName
{
border-color: #8C4B37;
}
.TagClassName
{
border-color: #8C4B37;
}
</style>