Shades of Paarl #824A34
Tints of Paarl #824A34
RGB
CMYK
RGB Variations
Color information
#824A34 (or 0x824A34) is known color: Paarl. HEX triplet: 82, 4A and 34. RGB value is (130,74,52). Sum of RGB (Red+Green+Blue) = 130+74+52=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #824A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A34 is #7DB5CB. Grayscale: #585858. Windows color (decimal): -8238540 or 3426946. OLE color: 3426946.
HSL color Cylindrical-coordinate representation of color #824A34: hue angle of 16.92º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #824A34 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 74 | 52 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.49 |
| HSL | 16.92º | 0.43% | 0.36% | - |
| HSV(B) | 16.92º | 0.6% | 0.51% | - |
| XYZ | 12.27 | 9.89 | 4.51 | - |
| YUV | 88.24 | 107.55 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 52 | 0 | 0.43 | 0.60 | 0.49 | 16.92 | 0.43 | 0.36 |
| Hex | 82 | 4A | 34 | 0 | 2B | 3C | 31 | 11 | 2B | 24 |
| Octal | 202 | 112 | 64 | 0 | 53 | 74 | 61 | 21 | 53 | 44 |
| Binary | 10000010 | 1001010 | 110100 | 0 | 101011 | 111100 | 110001 | 10001 | 101011 | 100100 |
Color Harmonies of #824A34
Complementary color
Monochromatic Colors of #824A34
Black with #824A34
Text Example
Text Example
White with #824A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824A34; }
p { color: rgb(130,74,52); }
H1.HeaderClassName
{
color: #824A34;
}
.AnyTagClassName
{
color: #824A34;
}
</style>
background-color css
<style>
a { background-color: #824A34; }
a { background-color: rgb(130,74,52); }
div.DivClassName
{
background-color: #824A34;
}
.BgClassName
{
background-color: #824A34;
}
</style>
border-color css
<style>
span { border-color: #824A34; }
span { border-color: rgb(130,74,52); }
td.TdClassName
{
border-color: #824A34;
}
.TagClassName
{
border-color: #824A34;
}
</style>