Shades of Paarl #884C39
Tints of Paarl #884C39
RGB
CMYK
RGB Variations
Color information
#884C39 (or 0x884C39) is known color: Paarl. HEX triplet: 88, 4C and 39. RGB value is (136,76,57). Sum of RGB (Red+Green+Blue) = 136+76+57=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #884C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C39 is #77B3C6. Grayscale: #5B5B5B. Windows color (decimal): -7844807 or 3755144. OLE color: 3755144.
HSL color Cylindrical-coordinate representation of color #884C39: hue angle of 14.43º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #884C39 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 57 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.47 |
| HSL | 14.43º | 0.41% | 0.38% | - |
| HSV(B) | 14.43º | 0.58% | 0.53% | - |
| XYZ | 13.48 | 10.7 | 5.23 | - |
| YUV | 91.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 57 | 0 | 0.44 | 0.58 | 0.47 | 14.43 | 0.41 | 0.38 |
| Hex | 88 | 4C | 39 | 0 | 2C | 3A | 2F | E | 29 | 26 |
| Octal | 210 | 114 | 71 | 0 | 54 | 72 | 57 | 16 | 51 | 46 |
| Binary | 10001000 | 1001100 | 111001 | 0 | 101100 | 111010 | 101111 | 1110 | 101001 | 100110 |
Color Harmonies of #884C39
Complementary color
Monochromatic Colors of #884C39
Black with #884C39
Text Example
Text Example
White with #884C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C39; }
p { color: rgb(136,76,57); }
H1.HeaderClassName
{
color: #884C39;
}
.AnyTagClassName
{
color: #884C39;
}
</style>
background-color css
<style>
a { background-color: #884C39; }
a { background-color: rgb(136,76,57); }
div.DivClassName
{
background-color: #884C39;
}
.BgClassName
{
background-color: #884C39;
}
</style>
border-color css
<style>
span { border-color: #884C39; }
span { border-color: rgb(136,76,57); }
td.TdClassName
{
border-color: #884C39;
}
.TagClassName
{
border-color: #884C39;
}
</style>