Shades of Paarl #854D39
Tints of Paarl #854D39
RGB
CMYK
RGB Variations
Color information
#854D39 (or 0x854D39) is known color: Paarl. HEX triplet: 85, 4D and 39. RGB value is (133,77,57). Sum of RGB (Red+Green+Blue) = 133+77+57=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #854D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D39 is #7AB2C6. Grayscale: #5B5B5B. Windows color (decimal): -8041159 or 3755397. OLE color: 3755397.
HSL color Cylindrical-coordinate representation of color #854D39: hue angle of 15.79º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #854D39 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 77 | 57 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.48 |
| HSL | 15.79º | 0.4% | 0.37% | - |
| HSV(B) | 15.79º | 0.57% | 0.52% | - |
| XYZ | 13.07 | 10.59 | 5.23 | - |
| YUV | 91.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 57 | 0 | 0.42 | 0.57 | 0.48 | 15.79 | 0.4 | 0.37 |
| Hex | 85 | 4D | 39 | 0 | 2A | 39 | 30 | 10 | 28 | 25 |
| Octal | 205 | 115 | 71 | 0 | 52 | 71 | 60 | 20 | 50 | 45 |
| Binary | 10000101 | 1001101 | 111001 | 0 | 101010 | 111001 | 110000 | 10000 | 101000 | 100101 |
Color Harmonies of #854D39
Complementary color
Monochromatic Colors of #854D39
Black with #854D39
Text Example
Text Example
White with #854D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854D39; }
p { color: rgb(133,77,57); }
H1.HeaderClassName
{
color: #854D39;
}
.AnyTagClassName
{
color: #854D39;
}
</style>
background-color css
<style>
a { background-color: #854D39; }
a { background-color: rgb(133,77,57); }
div.DivClassName
{
background-color: #854D39;
}
.BgClassName
{
background-color: #854D39;
}
</style>
border-color css
<style>
span { border-color: #854D39; }
span { border-color: rgb(133,77,57); }
td.TdClassName
{
border-color: #854D39;
}
.TagClassName
{
border-color: #854D39;
}
</style>