Shades of Paarl #884B32
Tints of Paarl #884B32
RGB
CMYK
RGB Variations
Color information
#884B32 (or 0x884B32) is known color: Paarl. HEX triplet: 88, 4B and 32. RGB value is (136,75,50). Sum of RGB (Red+Green+Blue) = 136+75+50=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #884B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B32 is #77B4CD. Grayscale: #5A5A5A. Windows color (decimal): -7845070 or 3296136. OLE color: 3296136.
HSL color Cylindrical-coordinate representation of color #884B32: hue angle of 17.44º 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 #884B32 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 50 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.47 |
| HSL | 17.44º | 0.46% | 0.36% | - |
| HSV(B) | 17.44º | 0.63% | 0.53% | - |
| XYZ | 13.25 | 10.5 | 4.35 | - |
| YUV | 90.39 | 105.21 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 50 | 0 | 0.45 | 0.63 | 0.47 | 17.44 | 0.46 | 0.36 |
| Hex | 88 | 4B | 32 | 0 | 2D | 3F | 2F | 11 | 2E | 24 |
| Octal | 210 | 113 | 62 | 0 | 55 | 77 | 57 | 21 | 56 | 44 |
| Binary | 10001000 | 1001011 | 110010 | 0 | 101101 | 111111 | 101111 | 10001 | 101110 | 100100 |
Color Harmonies of #884B32
Complementary color
Monochromatic Colors of #884B32
Black with #884B32
Text Example
Text Example
White with #884B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B32; }
p { color: rgb(136,75,50); }
H1.HeaderClassName
{
color: #884B32;
}
.AnyTagClassName
{
color: #884B32;
}
</style>
background-color css
<style>
a { background-color: #884B32; }
a { background-color: rgb(136,75,50); }
div.DivClassName
{
background-color: #884B32;
}
.BgClassName
{
background-color: #884B32;
}
</style>
border-color css
<style>
span { border-color: #884B32; }
span { border-color: rgb(136,75,50); }
td.TdClassName
{
border-color: #884B32;
}
.TagClassName
{
border-color: #884B32;
}
</style>