Shades of Paarl #884A37
Tints of Paarl #884A37
RGB
CMYK
RGB Variations
Color information
#884A37 (or 0x884A37) is known color: Paarl. HEX triplet: 88, 4A and 37. RGB value is (136,74,55). Sum of RGB (Red+Green+Blue) = 136+74+55=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #884A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A37 is #77B5C8. Grayscale: #5A5A5A. Windows color (decimal): -7845321 or 3623560. OLE color: 3623560.
HSL color Cylindrical-coordinate representation of color #884A37: hue angle of 14.07º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #884A37 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 55 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.47 |
| HSL | 14.07º | 0.42% | 0.37% | - |
| HSV(B) | 14.07º | 0.6% | 0.53% | - |
| XYZ | 13.29 | 10.41 | 4.92 | - |
| YUV | 90.37 | 108.04 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 55 | 0 | 0.46 | 0.60 | 0.47 | 14.07 | 0.42 | 0.37 |
| Hex | 88 | 4A | 37 | 0 | 2E | 3C | 2F | E | 2A | 25 |
| Octal | 210 | 112 | 67 | 0 | 56 | 74 | 57 | 16 | 52 | 45 |
| Binary | 10001000 | 1001010 | 110111 | 0 | 101110 | 111100 | 101111 | 1110 | 101010 | 100101 |
Color Harmonies of #884A37
Complementary color
Monochromatic Colors of #884A37
Black with #884A37
Text Example
Text Example
White with #884A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A37; }
p { color: rgb(136,74,55); }
H1.HeaderClassName
{
color: #884A37;
}
.AnyTagClassName
{
color: #884A37;
}
</style>
background-color css
<style>
a { background-color: #884A37; }
a { background-color: rgb(136,74,55); }
div.DivClassName
{
background-color: #884A37;
}
.BgClassName
{
background-color: #884A37;
}
</style>
border-color css
<style>
span { border-color: #884A37; }
span { border-color: rgb(136,74,55); }
td.TdClassName
{
border-color: #884A37;
}
.TagClassName
{
border-color: #884A37;
}
</style>