Shades of Paarl #884A34
Tints of Paarl #884A34
RGB
CMYK
RGB Variations
Color information
#884A34 (or 0x884A34) is known color: Paarl. HEX triplet: 88, 4A and 34. RGB value is (136,74,52). Sum of RGB (Red+Green+Blue) = 136+74+52=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #884A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A34 is #77B5CB. Grayscale: #5A5A5A. Windows color (decimal): -7845324 or 3426952. OLE color: 3426952.
HSL color Cylindrical-coordinate representation of color #884A34: hue angle of 15.71º 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 #884A34 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 52 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.47 |
| HSL | 15.71º | 0.45% | 0.37% | - |
| HSV(B) | 15.71º | 0.62% | 0.53% | - |
| XYZ | 13.22 | 10.38 | 4.56 | - |
| YUV | 90.03 | 106.54 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 52 | 0 | 0.46 | 0.62 | 0.47 | 15.71 | 0.45 | 0.37 |
| Hex | 88 | 4A | 34 | 0 | 2E | 3E | 2F | 10 | 2D | 25 |
| Octal | 210 | 112 | 64 | 0 | 56 | 76 | 57 | 20 | 55 | 45 |
| Binary | 10001000 | 1001010 | 110100 | 0 | 101110 | 111110 | 101111 | 10000 | 101101 | 100101 |
Color Harmonies of #884A34
Complementary color
Monochromatic Colors of #884A34
Black with #884A34
Text Example
Text Example
White with #884A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A34; }
p { color: rgb(136,74,52); }
H1.HeaderClassName
{
color: #884A34;
}
.AnyTagClassName
{
color: #884A34;
}
</style>
background-color css
<style>
a { background-color: #884A34; }
a { background-color: rgb(136,74,52); }
div.DivClassName
{
background-color: #884A34;
}
.BgClassName
{
background-color: #884A34;
}
</style>
border-color css
<style>
span { border-color: #884A34; }
span { border-color: rgb(136,74,52); }
td.TdClassName
{
border-color: #884A34;
}
.TagClassName
{
border-color: #884A34;
}
</style>