Shades of Paarl #884933
Tints of Paarl #884933
RGB
CMYK
RGB Variations
Color information
#884933 (or 0x884933) is known color: Paarl. HEX triplet: 88, 49 and 33. RGB value is (136,73,51). Sum of RGB (Red+Green+Blue) = 136+73+51=260 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.31% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 136 - color contains mainly: red. Hex color #884933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884933 is #77B6CC. Grayscale: #595959. Windows color (decimal): -7845581 or 3361160. OLE color: 3361160.
HSL color Cylindrical-coordinate representation of color #884933: hue angle of 15.53º 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 #884933 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 73 | 51 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.47 |
| HSL | 15.53º | 0.45% | 0.37% | - |
| HSV(B) | 15.53º | 0.63% | 0.53% | - |
| XYZ | 13.13 | 10.24 | 4.42 | - |
| YUV | 89.33 | 106.37 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 51 | 0 | 0.46 | 0.62 | 0.47 | 15.53 | 0.45 | 0.37 |
| Hex | 88 | 49 | 33 | 0 | 2E | 3E | 2F | 10 | 2D | 25 |
| Octal | 210 | 111 | 63 | 0 | 56 | 76 | 57 | 20 | 55 | 45 |
| Binary | 10001000 | 1001001 | 110011 | 0 | 101110 | 111110 | 101111 | 10000 | 101101 | 100101 |
Color Harmonies of #884933
Complementary color
Monochromatic Colors of #884933
Black with #884933
Text Example
Text Example
White with #884933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884933; }
p { color: rgb(136,73,51); }
H1.HeaderClassName
{
color: #884933;
}
.AnyTagClassName
{
color: #884933;
}
</style>
background-color css
<style>
a { background-color: #884933; }
a { background-color: rgb(136,73,51); }
div.DivClassName
{
background-color: #884933;
}
.BgClassName
{
background-color: #884933;
}
</style>
border-color css
<style>
span { border-color: #884933; }
span { border-color: rgb(136,73,51); }
td.TdClassName
{
border-color: #884933;
}
.TagClassName
{
border-color: #884933;
}
</style>