Shades of Paarl #8A4A37
Tints of Paarl #8A4A37
RGB
CMYK
RGB Variations
Color information
#8A4A37 (or 0x8A4A37) is known color: Paarl. HEX triplet: 8A, 4A and 37. RGB value is (138,74,55). Sum of RGB (Red+Green+Blue) = 138+74+55=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4A37 is #75B5C8. Grayscale: #5B5B5B. Windows color (decimal): -7714249 or 3623562. OLE color: 3623562.
HSL color Cylindrical-coordinate representation of color #8A4A37: hue angle of 13.73º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A4A37 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 74 | 55 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.46 |
| HSL | 13.73º | 0.43% | 0.38% | - |
| HSV(B) | 13.73º | 0.6% | 0.54% | - |
| XYZ | 13.62 | 10.58 | 4.94 | - |
| YUV | 90.97 | 107.7 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 74 | 55 | 0 | 0.46 | 0.60 | 0.46 | 13.73 | 0.43 | 0.38 |
| Hex | 8A | 4A | 37 | 0 | 2E | 3C | 2E | E | 2B | 26 |
| Octal | 212 | 112 | 67 | 0 | 56 | 74 | 56 | 16 | 53 | 46 |
| Binary | 10001010 | 1001010 | 110111 | 0 | 101110 | 111100 | 101110 | 1110 | 101011 | 100110 |
Color Harmonies of #8A4A37
Complementary color
Monochromatic Colors of #8A4A37
Black with #8A4A37
Text Example
Text Example
White with #8A4A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4A37; }
p { color: rgb(138,74,55); }
H1.HeaderClassName
{
color: #8A4A37;
}
.AnyTagClassName
{
color: #8A4A37;
}
</style>
background-color css
<style>
a { background-color: #8A4A37; }
a { background-color: rgb(138,74,55); }
div.DivClassName
{
background-color: #8A4A37;
}
.BgClassName
{
background-color: #8A4A37;
}
</style>
border-color css
<style>
span { border-color: #8A4A37; }
span { border-color: rgb(138,74,55); }
td.TdClassName
{
border-color: #8A4A37;
}
.TagClassName
{
border-color: #8A4A37;
}
</style>