Shades of Paarl #8A4C2F
Tints of Paarl #8A4C2F
RGB
CMYK
RGB Variations
Color information
#8A4C2F (or 0x8A4C2F) is known color: Paarl. HEX triplet: 8A, 4C and 2F. RGB value is (138,76,47). Sum of RGB (Red+Green+Blue) = 138+76+47=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4C2F is #75B3D0. Grayscale: #5B5B5B. Windows color (decimal): -7713745 or 3099786. OLE color: 3099786.
HSL color Cylindrical-coordinate representation of color #8A4C2F: hue angle of 19.12º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A4C2F is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 76 | 47 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.46 |
| HSL | 19.12º | 0.49% | 0.36% | - |
| HSV(B) | 19.12º | 0.66% | 0.54% | - |
| XYZ | 13.58 | 10.78 | 4.05 | - |
| YUV | 91.23 | 103.04 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 76 | 47 | 0 | 0.45 | 0.66 | 0.46 | 19.12 | 0.49 | 0.36 |
| Hex | 8A | 4C | 2F | 0 | 2D | 42 | 2E | 13 | 31 | 24 |
| Octal | 212 | 114 | 57 | 0 | 55 | 102 | 56 | 23 | 61 | 44 |
| Binary | 10001010 | 1001100 | 101111 | 0 | 101101 | 1000010 | 101110 | 10011 | 110001 | 100100 |
Color Harmonies of #8A4C2F
Complementary color
Monochromatic Colors of #8A4C2F
Black with #8A4C2F
Text Example
Text Example
White with #8A4C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4C2F; }
p { color: rgb(138,76,47); }
H1.HeaderClassName
{
color: #8A4C2F;
}
.AnyTagClassName
{
color: #8A4C2F;
}
</style>
background-color css
<style>
a { background-color: #8A4C2F; }
a { background-color: rgb(138,76,47); }
div.DivClassName
{
background-color: #8A4C2F;
}
.BgClassName
{
background-color: #8A4C2F;
}
</style>
border-color css
<style>
span { border-color: #8A4C2F; }
span { border-color: rgb(138,76,47); }
td.TdClassName
{
border-color: #8A4C2F;
}
.TagClassName
{
border-color: #8A4C2F;
}
</style>