Shades of Paarl #884A2E
Tints of Paarl #884A2E
RGB
CMYK
RGB Variations
Color information
#884A2E (or 0x884A2E) is known color: Paarl. HEX triplet: 88, 4A and 2E. RGB value is (136,74,46). Sum of RGB (Red+Green+Blue) = 136+74+46=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #884A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A2E is #77B5D1. Grayscale: #595959. Windows color (decimal): -7845330 or 3033736. OLE color: 3033736.
HSL color Cylindrical-coordinate representation of color #884A2E: hue angle of 18.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #884A2E is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 46 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.47 |
| HSL | 18.67º | 0.49% | 0.36% | - |
| HSV(B) | 18.67º | 0.66% | 0.53% | - |
| XYZ | 13.1 | 10.33 | 3.89 | - |
| YUV | 89.35 | 103.54 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 46 | 0 | 0.46 | 0.66 | 0.47 | 18.67 | 0.49 | 0.36 |
| Hex | 88 | 4A | 2E | 0 | 2E | 42 | 2F | 13 | 31 | 24 |
| Octal | 210 | 112 | 56 | 0 | 56 | 102 | 57 | 23 | 61 | 44 |
| Binary | 10001000 | 1001010 | 101110 | 0 | 101110 | 1000010 | 101111 | 10011 | 110001 | 100100 |
Color Harmonies of #884A2E
Complementary color
Monochromatic Colors of #884A2E
Black with #884A2E
Text Example
Text Example
White with #884A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A2E; }
p { color: rgb(136,74,46); }
H1.HeaderClassName
{
color: #884A2E;
}
.AnyTagClassName
{
color: #884A2E;
}
</style>
background-color css
<style>
a { background-color: #884A2E; }
a { background-color: rgb(136,74,46); }
div.DivClassName
{
background-color: #884A2E;
}
.BgClassName
{
background-color: #884A2E;
}
</style>
border-color css
<style>
span { border-color: #884A2E; }
span { border-color: rgb(136,74,46); }
td.TdClassName
{
border-color: #884A2E;
}
.TagClassName
{
border-color: #884A2E;
}
</style>