Shades of Paarl #854B36
Tints of Paarl #854B36
RGB
CMYK
RGB Variations
Color information
#854B36 (or 0x854B36) is known color: Paarl. HEX triplet: 85, 4B and 36. RGB value is (133,75,54). Sum of RGB (Red+Green+Blue) = 133+75+54=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #854B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854B36 is #7AB4C9. Grayscale: #5A5A5A. Windows color (decimal): -8041674 or 3558277. OLE color: 3558277.
HSL color Cylindrical-coordinate representation of color #854B36: hue angle of 15.95º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #854B36 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 75 | 54 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.48 |
| HSL | 15.95º | 0.42% | 0.37% | - |
| HSV(B) | 15.95º | 0.59% | 0.52% | - |
| XYZ | 12.85 | 10.29 | 4.8 | - |
| YUV | 89.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 75 | 54 | 0 | 0.44 | 0.59 | 0.48 | 15.95 | 0.42 | 0.37 |
| Hex | 85 | 4B | 36 | 0 | 2C | 3B | 30 | 10 | 2A | 25 |
| Octal | 205 | 113 | 66 | 0 | 54 | 73 | 60 | 20 | 52 | 45 |
| Binary | 10000101 | 1001011 | 110110 | 0 | 101100 | 111011 | 110000 | 10000 | 101010 | 100101 |
Color Harmonies of #854B36
Complementary color
Monochromatic Colors of #854B36
Black with #854B36
Text Example
Text Example
White with #854B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854B36; }
p { color: rgb(133,75,54); }
H1.HeaderClassName
{
color: #854B36;
}
.AnyTagClassName
{
color: #854B36;
}
</style>
background-color css
<style>
a { background-color: #854B36; }
a { background-color: rgb(133,75,54); }
div.DivClassName
{
background-color: #854B36;
}
.BgClassName
{
background-color: #854B36;
}
</style>
border-color css
<style>
span { border-color: #854B36; }
span { border-color: rgb(133,75,54); }
td.TdClassName
{
border-color: #854B36;
}
.TagClassName
{
border-color: #854B36;
}
</style>