Shades of Paarl #8A4A38
Tints of Paarl #8A4A38
RGB
CMYK
RGB Variations
Color information
#8A4A38 (or 0x8A4A38) is known color: Paarl. HEX triplet: 8A, 4A and 38. RGB value is (138,74,56). Sum of RGB (Red+Green+Blue) = 138+74+56=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4A38 is #75B5C7. Grayscale: #5B5B5B. Windows color (decimal): -7714248 or 3689098. OLE color: 3689098.
HSL color Cylindrical-coordinate representation of color #8A4A38: hue angle of 13.17º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A4A38 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 74 | 56 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.46 |
| HSL | 13.17º | 0.42% | 0.38% | - |
| HSV(B) | 13.17º | 0.59% | 0.54% | - |
| XYZ | 13.64 | 10.59 | 5.07 | - |
| YUV | 91.08 | 108.2 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 74 | 56 | 0 | 0.46 | 0.59 | 0.46 | 13.17 | 0.42 | 0.38 |
| Hex | 8A | 4A | 38 | 0 | 2E | 3B | 2E | D | 2A | 26 |
| Octal | 212 | 112 | 70 | 0 | 56 | 73 | 56 | 15 | 52 | 46 |
| Binary | 10001010 | 1001010 | 111000 | 0 | 101110 | 111011 | 101110 | 1101 | 101010 | 100110 |
Color Harmonies of #8A4A38
Complementary color
Monochromatic Colors of #8A4A38
Black with #8A4A38
Text Example
Text Example
White with #8A4A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4A38; }
p { color: rgb(138,74,56); }
H1.HeaderClassName
{
color: #8A4A38;
}
.AnyTagClassName
{
color: #8A4A38;
}
</style>
background-color css
<style>
a { background-color: #8A4A38; }
a { background-color: rgb(138,74,56); }
div.DivClassName
{
background-color: #8A4A38;
}
.BgClassName
{
background-color: #8A4A38;
}
</style>
border-color css
<style>
span { border-color: #8A4A38; }
span { border-color: rgb(138,74,56); }
td.TdClassName
{
border-color: #8A4A38;
}
.TagClassName
{
border-color: #8A4A38;
}
</style>