Shades of Paarl #884B2F
Tints of Paarl #884B2F
RGB
CMYK
RGB Variations
Color information
#884B2F (or 0x884B2F) is known color: Paarl. HEX triplet: 88, 4B and 2F. RGB value is (136,75,47). Sum of RGB (Red+Green+Blue) = 136+75+47=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #884B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B2F is #77B4D0. Grayscale: #5A5A5A. Windows color (decimal): -7845073 or 3099528. OLE color: 3099528.
HSL color Cylindrical-coordinate representation of color #884B2F: hue angle of 18.88º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #884B2F is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 47 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.47 |
| HSL | 18.88º | 0.49% | 0.36% | - |
| HSV(B) | 18.88º | 0.65% | 0.53% | - |
| XYZ | 13.18 | 10.47 | 4.02 | - |
| YUV | 90.05 | 103.71 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 47 | 0 | 0.45 | 0.65 | 0.47 | 18.88 | 0.49 | 0.36 |
| Hex | 88 | 4B | 2F | 0 | 2D | 41 | 2F | 13 | 31 | 24 |
| Octal | 210 | 113 | 57 | 0 | 55 | 101 | 57 | 23 | 61 | 44 |
| Binary | 10001000 | 1001011 | 101111 | 0 | 101101 | 1000001 | 101111 | 10011 | 110001 | 100100 |
Color Harmonies of #884B2F
Complementary color
Monochromatic Colors of #884B2F
Black with #884B2F
Text Example
Text Example
White with #884B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B2F; }
p { color: rgb(136,75,47); }
H1.HeaderClassName
{
color: #884B2F;
}
.AnyTagClassName
{
color: #884B2F;
}
</style>
background-color css
<style>
a { background-color: #884B2F; }
a { background-color: rgb(136,75,47); }
div.DivClassName
{
background-color: #884B2F;
}
.BgClassName
{
background-color: #884B2F;
}
</style>
border-color css
<style>
span { border-color: #884B2F; }
span { border-color: rgb(136,75,47); }
td.TdClassName
{
border-color: #884B2F;
}
.TagClassName
{
border-color: #884B2F;
}
</style>