Shades of Paarl #8A4E36
Tints of Paarl #8A4E36
RGB
CMYK
RGB Variations
Color information
#8A4E36 (or 0x8A4E36) is known color: Paarl. HEX triplet: 8A, 4E and 36. RGB value is (138,78,54). Sum of RGB (Red+Green+Blue) = 138+78+54=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A4E36 is #75B1C9. Grayscale: #5D5D5D. Windows color (decimal): -7713226 or 3559050. OLE color: 3559050.
HSL color Cylindrical-coordinate representation of color #8A4E36: hue angle of 17.14º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A4E36 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 78 | 54 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.46 |
| HSL | 17.14º | 0.44% | 0.38% | - |
| HSV(B) | 17.14º | 0.61% | 0.54% | - |
| XYZ | 13.87 | 11.12 | 4.9 | - |
| YUV | 93.2 | 105.88 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 78 | 54 | 0 | 0.43 | 0.61 | 0.46 | 17.14 | 0.44 | 0.38 |
| Hex | 8A | 4E | 36 | 0 | 2B | 3D | 2E | 11 | 2C | 26 |
| Octal | 212 | 116 | 66 | 0 | 53 | 75 | 56 | 21 | 54 | 46 |
| Binary | 10001010 | 1001110 | 110110 | 0 | 101011 | 111101 | 101110 | 10001 | 101100 | 100110 |
Color Harmonies of #8A4E36
Complementary color
Monochromatic Colors of #8A4E36
Black with #8A4E36
Text Example
Text Example
White with #8A4E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4E36; }
p { color: rgb(138,78,54); }
H1.HeaderClassName
{
color: #8A4E36;
}
.AnyTagClassName
{
color: #8A4E36;
}
</style>
background-color css
<style>
a { background-color: #8A4E36; }
a { background-color: rgb(138,78,54); }
div.DivClassName
{
background-color: #8A4E36;
}
.BgClassName
{
background-color: #8A4E36;
}
</style>
border-color css
<style>
span { border-color: #8A4E36; }
span { border-color: rgb(138,78,54); }
td.TdClassName
{
border-color: #8A4E36;
}
.TagClassName
{
border-color: #8A4E36;
}
</style>