Shades of Paarl #8A4C36
Tints of Paarl #8A4C36
RGB
CMYK
RGB Variations
Color information
#8A4C36 (or 0x8A4C36) is known color: Paarl. HEX triplet: 8A, 4C and 36. RGB value is (138,76,54). Sum of RGB (Red+Green+Blue) = 138+76+54=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4C36 is #75B3C9. Grayscale: #5C5C5C. Windows color (decimal): -7713738 or 3558538. OLE color: 3558538.
HSL color Cylindrical-coordinate representation of color #8A4C36: hue angle of 15.71º 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 #8A4C36 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 76 | 54 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.46 |
| HSL | 15.71º | 0.44% | 0.38% | - |
| HSV(B) | 15.71º | 0.61% | 0.54% | - |
| XYZ | 13.73 | 10.84 | 4.86 | - |
| YUV | 92.03 | 106.54 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 76 | 54 | 0 | 0.45 | 0.61 | 0.46 | 15.71 | 0.44 | 0.38 |
| Hex | 8A | 4C | 36 | 0 | 2D | 3D | 2E | 10 | 2C | 26 |
| Octal | 212 | 114 | 66 | 0 | 55 | 75 | 56 | 20 | 54 | 46 |
| Binary | 10001010 | 1001100 | 110110 | 0 | 101101 | 111101 | 101110 | 10000 | 101100 | 100110 |
Color Harmonies of #8A4C36
Complementary color
Monochromatic Colors of #8A4C36
Black with #8A4C36
Text Example
Text Example
White with #8A4C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4C36; }
p { color: rgb(138,76,54); }
H1.HeaderClassName
{
color: #8A4C36;
}
.AnyTagClassName
{
color: #8A4C36;
}
</style>
background-color css
<style>
a { background-color: #8A4C36; }
a { background-color: rgb(138,76,54); }
div.DivClassName
{
background-color: #8A4C36;
}
.BgClassName
{
background-color: #8A4C36;
}
</style>
border-color css
<style>
span { border-color: #8A4C36; }
span { border-color: rgb(138,76,54); }
td.TdClassName
{
border-color: #8A4C36;
}
.TagClassName
{
border-color: #8A4C36;
}
</style>