Shades of Paarl #884A32
Tints of Paarl #884A32
RGB
CMYK
RGB Variations
Color information
#884A32 (or 0x884A32) is known color: Paarl. HEX triplet: 88, 4A and 32. RGB value is (136,74,50). Sum of RGB (Red+Green+Blue) = 136+74+50=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #884A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A32 is #77B5CD. Grayscale: #595959. Windows color (decimal): -7845326 or 3295880. OLE color: 3295880.
HSL color Cylindrical-coordinate representation of color #884A32: hue angle of 16.74º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #884A32 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 50 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.47 |
| HSL | 16.74º | 0.46% | 0.36% | - |
| HSV(B) | 16.74º | 0.63% | 0.53% | - |
| XYZ | 13.18 | 10.36 | 4.32 | - |
| YUV | 89.8 | 105.54 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 50 | 0 | 0.46 | 0.63 | 0.47 | 16.74 | 0.46 | 0.36 |
| Hex | 88 | 4A | 32 | 0 | 2E | 3F | 2F | 11 | 2E | 24 |
| Octal | 210 | 112 | 62 | 0 | 56 | 77 | 57 | 21 | 56 | 44 |
| Binary | 10001000 | 1001010 | 110010 | 0 | 101110 | 111111 | 101111 | 10001 | 101110 | 100100 |
Color Harmonies of #884A32
Complementary color
Monochromatic Colors of #884A32
Black with #884A32
Text Example
Text Example
White with #884A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A32; }
p { color: rgb(136,74,50); }
H1.HeaderClassName
{
color: #884A32;
}
.AnyTagClassName
{
color: #884A32;
}
</style>
background-color css
<style>
a { background-color: #884A32; }
a { background-color: rgb(136,74,50); }
div.DivClassName
{
background-color: #884A32;
}
.BgClassName
{
background-color: #884A32;
}
</style>
border-color css
<style>
span { border-color: #884A32; }
span { border-color: rgb(136,74,50); }
td.TdClassName
{
border-color: #884A32;
}
.TagClassName
{
border-color: #884A32;
}
</style>