Shades of Paarl #824B37
Tints of Paarl #824B37
RGB
CMYK
RGB Variations
Color information
#824B37 (or 0x824B37) is known color: Paarl. HEX triplet: 82, 4B and 37. RGB value is (130,75,55). Sum of RGB (Red+Green+Blue) = 130+75+55=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #824B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B37 is #7DB4C8. Grayscale: #595959. Windows color (decimal): -8238281 or 3623810. OLE color: 3623810.
HSL color Cylindrical-coordinate representation of color #824B37: hue angle of 16º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #824B37 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 75 | 55 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.49 |
| HSL | 16º | 0.41% | 0.36% | - |
| HSV(B) | 16º | 0.58% | 0.51% | - |
| XYZ | 12.41 | 10.05 | 4.9 | - |
| YUV | 89.17 | 108.72 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 55 | 0 | 0.42 | 0.58 | 0.49 | 16 | 0.41 | 0.36 |
| Hex | 82 | 4B | 37 | 0 | 2A | 3A | 31 | 10 | 29 | 24 |
| Octal | 202 | 113 | 67 | 0 | 52 | 72 | 61 | 20 | 51 | 44 |
| Binary | 10000010 | 1001011 | 110111 | 0 | 101010 | 111010 | 110001 | 10000 | 101001 | 100100 |
Color Harmonies of #824B37
Complementary color
Monochromatic Colors of #824B37
Black with #824B37
Text Example
Text Example
White with #824B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824B37; }
p { color: rgb(130,75,55); }
H1.HeaderClassName
{
color: #824B37;
}
.AnyTagClassName
{
color: #824B37;
}
</style>
background-color css
<style>
a { background-color: #824B37; }
a { background-color: rgb(130,75,55); }
div.DivClassName
{
background-color: #824B37;
}
.BgClassName
{
background-color: #824B37;
}
</style>
border-color css
<style>
span { border-color: #824B37; }
span { border-color: rgb(130,75,55); }
td.TdClassName
{
border-color: #824B37;
}
.TagClassName
{
border-color: #824B37;
}
</style>