Shades of Paarl #824B38
Tints of Paarl #824B38
RGB
CMYK
RGB Variations
Color information
#824B38 (or 0x824B38) is known color: Paarl. HEX triplet: 82, 4B and 38. RGB value is (130,75,56). Sum of RGB (Red+Green+Blue) = 130+75+56=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #824B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B38 is #7DB4C7. Grayscale: #595959. Windows color (decimal): -8238280 or 3689346. OLE color: 3689346.
HSL color Cylindrical-coordinate representation of color #824B38: hue angle of 15.41º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #824B38 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 75 | 56 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.49 |
| HSL | 15.41º | 0.4% | 0.36% | - |
| HSV(B) | 15.41º | 0.57% | 0.51% | - |
| XYZ | 12.44 | 10.06 | 5.03 | - |
| YUV | 89.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 56 | 0 | 0.42 | 0.57 | 0.49 | 15.41 | 0.4 | 0.36 |
| Hex | 82 | 4B | 38 | 0 | 2A | 39 | 31 | F | 28 | 24 |
| Octal | 202 | 113 | 70 | 0 | 52 | 71 | 61 | 17 | 50 | 44 |
| Binary | 10000010 | 1001011 | 111000 | 0 | 101010 | 111001 | 110001 | 1111 | 101000 | 100100 |
Color Harmonies of #824B38
Complementary color
Monochromatic Colors of #824B38
Black with #824B38
Text Example
Text Example
White with #824B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824B38; }
p { color: rgb(130,75,56); }
H1.HeaderClassName
{
color: #824B38;
}
.AnyTagClassName
{
color: #824B38;
}
</style>
background-color css
<style>
a { background-color: #824B38; }
a { background-color: rgb(130,75,56); }
div.DivClassName
{
background-color: #824B38;
}
.BgClassName
{
background-color: #824B38;
}
</style>
border-color css
<style>
span { border-color: #824B38; }
span { border-color: rgb(130,75,56); }
td.TdClassName
{
border-color: #824B38;
}
.TagClassName
{
border-color: #824B38;
}
</style>