Shades of Paarl #824C38
Tints of Paarl #824C38
RGB
CMYK
RGB Variations
Color information
#824C38 (or 0x824C38) is known color: Paarl. HEX triplet: 82, 4C and 38. RGB value is (130,76,56). Sum of RGB (Red+Green+Blue) = 130+76+56=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #824C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C38 is #7DB3C7. Grayscale: #5A5A5A. Windows color (decimal): -8238024 or 3689602. OLE color: 3689602.
HSL color Cylindrical-coordinate representation of color #824C38: hue angle of 16.22º 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 #824C38 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 76 | 56 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.49 |
| HSL | 16.22º | 0.4% | 0.36% | - |
| HSV(B) | 16.22º | 0.57% | 0.51% | - |
| XYZ | 12.5 | 10.2 | 5.05 | - |
| YUV | 89.87 | 108.89 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 76 | 56 | 0 | 0.42 | 0.57 | 0.49 | 16.22 | 0.4 | 0.36 |
| Hex | 82 | 4C | 38 | 0 | 2A | 39 | 31 | 10 | 28 | 24 |
| Octal | 202 | 114 | 70 | 0 | 52 | 71 | 61 | 20 | 50 | 44 |
| Binary | 10000010 | 1001100 | 111000 | 0 | 101010 | 111001 | 110001 | 10000 | 101000 | 100100 |
Color Harmonies of #824C38
Complementary color
Monochromatic Colors of #824C38
Black with #824C38
Text Example
Text Example
White with #824C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824C38; }
p { color: rgb(130,76,56); }
H1.HeaderClassName
{
color: #824C38;
}
.AnyTagClassName
{
color: #824C38;
}
</style>
background-color css
<style>
a { background-color: #824C38; }
a { background-color: rgb(130,76,56); }
div.DivClassName
{
background-color: #824C38;
}
.BgClassName
{
background-color: #824C38;
}
</style>
border-color css
<style>
span { border-color: #824C38; }
span { border-color: rgb(130,76,56); }
td.TdClassName
{
border-color: #824C38;
}
.TagClassName
{
border-color: #824C38;
}
</style>