Shades of Paarl #884C34
Tints of Paarl #884C34
RGB
CMYK
RGB Variations
Color information
#884C34 (or 0x884C34) is known color: Paarl. HEX triplet: 88, 4C and 34. RGB value is (136,76,52). Sum of RGB (Red+Green+Blue) = 136+76+52=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #884C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C34 is #77B3CB. Grayscale: #5B5B5B. Windows color (decimal): -7844812 or 3427464. OLE color: 3427464.
HSL color Cylindrical-coordinate representation of color #884C34: hue angle of 17.14º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #884C34 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 52 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.47 |
| HSL | 17.14º | 0.45% | 0.37% | - |
| HSV(B) | 17.14º | 0.62% | 0.53% | - |
| XYZ | 13.36 | 10.65 | 4.6 | - |
| YUV | 91.2 | 105.88 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 52 | 0 | 0.44 | 0.62 | 0.47 | 17.14 | 0.45 | 0.37 |
| Hex | 88 | 4C | 34 | 0 | 2C | 3E | 2F | 11 | 2D | 25 |
| Octal | 210 | 114 | 64 | 0 | 54 | 76 | 57 | 21 | 55 | 45 |
| Binary | 10001000 | 1001100 | 110100 | 0 | 101100 | 111110 | 101111 | 10001 | 101101 | 100101 |
Color Harmonies of #884C34
Complementary color
Monochromatic Colors of #884C34
Black with #884C34
Text Example
Text Example
White with #884C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C34; }
p { color: rgb(136,76,52); }
H1.HeaderClassName
{
color: #884C34;
}
.AnyTagClassName
{
color: #884C34;
}
</style>
background-color css
<style>
a { background-color: #884C34; }
a { background-color: rgb(136,76,52); }
div.DivClassName
{
background-color: #884C34;
}
.BgClassName
{
background-color: #884C34;
}
</style>
border-color css
<style>
span { border-color: #884C34; }
span { border-color: rgb(136,76,52); }
td.TdClassName
{
border-color: #884C34;
}
.TagClassName
{
border-color: #884C34;
}
</style>