Shades of Paarl #884F37
Tints of Paarl #884F37
RGB
CMYK
RGB Variations
Color information
#884F37 (or 0x884F37) is known color: Paarl. HEX triplet: 88, 4F and 37. RGB value is (136,79,55). Sum of RGB (Red+Green+Blue) = 136+79+55=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #884F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F37 is #77B0C8. Grayscale: #5D5D5D. Windows color (decimal): -7844041 or 3624840. OLE color: 3624840.
HSL color Cylindrical-coordinate representation of color #884F37: hue angle of 17.78º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #884F37 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 79 | 55 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.47 |
| HSL | 17.78º | 0.42% | 0.37% | - |
| HSV(B) | 17.78º | 0.6% | 0.53% | - |
| XYZ | 13.64 | 11.1 | 5.04 | - |
| YUV | 93.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 79 | 55 | 0 | 0.42 | 0.60 | 0.47 | 17.78 | 0.42 | 0.37 |
| Hex | 88 | 4F | 37 | 0 | 2A | 3C | 2F | 12 | 2A | 25 |
| Octal | 210 | 117 | 67 | 0 | 52 | 74 | 57 | 22 | 52 | 45 |
| Binary | 10001000 | 1001111 | 110111 | 0 | 101010 | 111100 | 101111 | 10010 | 101010 | 100101 |
Color Harmonies of #884F37
Complementary color
Monochromatic Colors of #884F37
Black with #884F37
Text Example
Text Example
White with #884F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884F37; }
p { color: rgb(136,79,55); }
H1.HeaderClassName
{
color: #884F37;
}
.AnyTagClassName
{
color: #884F37;
}
</style>
background-color css
<style>
a { background-color: #884F37; }
a { background-color: rgb(136,79,55); }
div.DivClassName
{
background-color: #884F37;
}
.BgClassName
{
background-color: #884F37;
}
</style>
border-color css
<style>
span { border-color: #884F37; }
span { border-color: rgb(136,79,55); }
td.TdClassName
{
border-color: #884F37;
}
.TagClassName
{
border-color: #884F37;
}
</style>