Shades of Paarl #885133
Tints of Paarl #885133
RGB
CMYK
RGB Variations
Color information
#885133 (or 0x885133) is known color: Paarl. HEX triplet: 88, 51 and 33. RGB value is (136,81,51). Sum of RGB (Red+Green+Blue) = 136+81+51=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #885133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885133 is #77AECC. Grayscale: #5E5E5E. Windows color (decimal): -7843533 or 3363208. OLE color: 3363208.
HSL color Cylindrical-coordinate representation of color #885133: hue angle of 21.18º 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 #885133 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 81 | 51 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.47 |
| HSL | 21.18º | 0.45% | 0.37% | - |
| HSV(B) | 21.18º | 0.63% | 0.53% | - |
| XYZ | 13.69 | 11.36 | 4.6 | - |
| YUV | 94.03 | 103.72 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 51 | 0 | 0.40 | 0.62 | 0.47 | 21.18 | 0.45 | 0.37 |
| Hex | 88 | 51 | 33 | 0 | 28 | 3E | 2F | 15 | 2D | 25 |
| Octal | 210 | 121 | 63 | 0 | 50 | 76 | 57 | 25 | 55 | 45 |
| Binary | 10001000 | 1010001 | 110011 | 0 | 101000 | 111110 | 101111 | 10101 | 101101 | 100101 |
Color Harmonies of #885133
Complementary color
Monochromatic Colors of #885133
Black with #885133
Text Example
Text Example
White with #885133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885133; }
p { color: rgb(136,81,51); }
H1.HeaderClassName
{
color: #885133;
}
.AnyTagClassName
{
color: #885133;
}
</style>
background-color css
<style>
a { background-color: #885133; }
a { background-color: rgb(136,81,51); }
div.DivClassName
{
background-color: #885133;
}
.BgClassName
{
background-color: #885133;
}
</style>
border-color css
<style>
span { border-color: #885133; }
span { border-color: rgb(136,81,51); }
td.TdClassName
{
border-color: #885133;
}
.TagClassName
{
border-color: #885133;
}
</style>