Shades of Paarl #854D32
Tints of Paarl #854D32
RGB
CMYK
RGB Variations
Color information
#854D32 (or 0x854D32) is known color: Paarl. HEX triplet: 85, 4D and 32. RGB value is (133,77,50). Sum of RGB (Red+Green+Blue) = 133+77+50=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #854D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D32 is #7AB2CD. Grayscale: #5A5A5A. Windows color (decimal): -8041166 or 3296645. OLE color: 3296645.
HSL color Cylindrical-coordinate representation of color #854D32: hue angle of 19.52º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #854D32 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 77 | 50 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.48 |
| HSL | 19.52º | 0.45% | 0.36% | - |
| HSV(B) | 19.52º | 0.62% | 0.52% | - |
| XYZ | 12.9 | 10.52 | 4.37 | - |
| YUV | 90.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 50 | 0 | 0.42 | 0.62 | 0.48 | 19.52 | 0.45 | 0.36 |
| Hex | 85 | 4D | 32 | 0 | 2A | 3E | 30 | 14 | 2D | 24 |
| Octal | 205 | 115 | 62 | 0 | 52 | 76 | 60 | 24 | 55 | 44 |
| Binary | 10000101 | 1001101 | 110010 | 0 | 101010 | 111110 | 110000 | 10100 | 101101 | 100100 |
Color Harmonies of #854D32
Complementary color
Monochromatic Colors of #854D32
Black with #854D32
Text Example
Text Example
White with #854D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854D32; }
p { color: rgb(133,77,50); }
H1.HeaderClassName
{
color: #854D32;
}
.AnyTagClassName
{
color: #854D32;
}
</style>
background-color css
<style>
a { background-color: #854D32; }
a { background-color: rgb(133,77,50); }
div.DivClassName
{
background-color: #854D32;
}
.BgClassName
{
background-color: #854D32;
}
</style>
border-color css
<style>
span { border-color: #854D32; }
span { border-color: rgb(133,77,50); }
td.TdClassName
{
border-color: #854D32;
}
.TagClassName
{
border-color: #854D32;
}
</style>