Shades of Paarl #884C35
Tints of Paarl #884C35
RGB
CMYK
RGB Variations
Color information
#884C35 (or 0x884C35) is known color: Paarl. HEX triplet: 88, 4C and 35. RGB value is (136,76,53). Sum of RGB (Red+Green+Blue) = 136+76+53=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #884C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C35 is #77B3CA. Grayscale: #5B5B5B. Windows color (decimal): -7844811 or 3493000. OLE color: 3493000.
HSL color Cylindrical-coordinate representation of color #884C35: hue angle of 16.63º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #884C35 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 53 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.47 |
| HSL | 16.63º | 0.44% | 0.37% | - |
| HSV(B) | 16.63º | 0.61% | 0.53% | - |
| XYZ | 13.38 | 10.66 | 4.72 | - |
| YUV | 91.32 | 106.38 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 53 | 0 | 0.44 | 0.61 | 0.47 | 16.63 | 0.44 | 0.37 |
| Hex | 88 | 4C | 35 | 0 | 2C | 3D | 2F | 11 | 2C | 25 |
| Octal | 210 | 114 | 65 | 0 | 54 | 75 | 57 | 21 | 54 | 45 |
| Binary | 10001000 | 1001100 | 110101 | 0 | 101100 | 111101 | 101111 | 10001 | 101100 | 100101 |
Color Harmonies of #884C35
Complementary color
Monochromatic Colors of #884C35
Black with #884C35
Text Example
Text Example
White with #884C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C35; }
p { color: rgb(136,76,53); }
H1.HeaderClassName
{
color: #884C35;
}
.AnyTagClassName
{
color: #884C35;
}
</style>
background-color css
<style>
a { background-color: #884C35; }
a { background-color: rgb(136,76,53); }
div.DivClassName
{
background-color: #884C35;
}
.BgClassName
{
background-color: #884C35;
}
</style>
border-color css
<style>
span { border-color: #884C35; }
span { border-color: rgb(136,76,53); }
td.TdClassName
{
border-color: #884C35;
}
.TagClassName
{
border-color: #884C35;
}
</style>