Shades of Paarl #884A30
Tints of Paarl #884A30
RGB
CMYK
RGB Variations
Color information
#884A30 (or 0x884A30) is known color: Paarl. HEX triplet: 88, 4A and 30. RGB value is (136,74,48). Sum of RGB (Red+Green+Blue) = 136+74+48=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #884A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A30 is #77B5CF. Grayscale: #595959. Windows color (decimal): -7845328 or 3164808. OLE color: 3164808.
HSL color Cylindrical-coordinate representation of color #884A30: hue angle of 17.73º degrees, saturation: 0.48, 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 #884A30 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 48 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.47 |
| HSL | 17.73º | 0.48% | 0.36% | - |
| HSV(B) | 17.73º | 0.65% | 0.53% | - |
| XYZ | 13.14 | 10.35 | 4.1 | - |
| YUV | 89.57 | 104.54 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 48 | 0 | 0.46 | 0.65 | 0.47 | 17.73 | 0.48 | 0.36 |
| Hex | 88 | 4A | 30 | 0 | 2E | 41 | 2F | 12 | 30 | 24 |
| Octal | 210 | 112 | 60 | 0 | 56 | 101 | 57 | 22 | 60 | 44 |
| Binary | 10001000 | 1001010 | 110000 | 0 | 101110 | 1000001 | 101111 | 10010 | 110000 | 100100 |
Color Harmonies of #884A30
Complementary color
Monochromatic Colors of #884A30
Black with #884A30
Text Example
Text Example
White with #884A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A30; }
p { color: rgb(136,74,48); }
H1.HeaderClassName
{
color: #884A30;
}
.AnyTagClassName
{
color: #884A30;
}
</style>
background-color css
<style>
a { background-color: #884A30; }
a { background-color: rgb(136,74,48); }
div.DivClassName
{
background-color: #884A30;
}
.BgClassName
{
background-color: #884A30;
}
</style>
border-color css
<style>
span { border-color: #884A30; }
span { border-color: rgb(136,74,48); }
td.TdClassName
{
border-color: #884A30;
}
.TagClassName
{
border-color: #884A30;
}
</style>