Shades of Paarl #854A32
Tints of Paarl #854A32
RGB
CMYK
RGB Variations
Color information
#854A32 (or 0x854A32) is known color: Paarl. HEX triplet: 85, 4A and 32. RGB value is (133,74,50). Sum of RGB (Red+Green+Blue) = 133+74+50=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #854A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854A32 is #7AB5CD. Grayscale: #595959. Windows color (decimal): -8041934 or 3295877. OLE color: 3295877.
HSL color Cylindrical-coordinate representation of color #854A32: hue angle of 17.35º 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 #854A32 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 74 | 50 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.48 |
| HSL | 17.35º | 0.45% | 0.36% | - |
| HSV(B) | 17.35º | 0.62% | 0.52% | - |
| XYZ | 12.7 | 10.11 | 4.3 | - |
| YUV | 88.91 | 106.05 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 74 | 50 | 0 | 0.44 | 0.62 | 0.48 | 17.35 | 0.45 | 0.36 |
| Hex | 85 | 4A | 32 | 0 | 2C | 3E | 30 | 11 | 2D | 24 |
| Octal | 205 | 112 | 62 | 0 | 54 | 76 | 60 | 21 | 55 | 44 |
| Binary | 10000101 | 1001010 | 110010 | 0 | 101100 | 111110 | 110000 | 10001 | 101101 | 100100 |
Color Harmonies of #854A32
Complementary color
Monochromatic Colors of #854A32
Black with #854A32
Text Example
Text Example
White with #854A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854A32; }
p { color: rgb(133,74,50); }
H1.HeaderClassName
{
color: #854A32;
}
.AnyTagClassName
{
color: #854A32;
}
</style>
background-color css
<style>
a { background-color: #854A32; }
a { background-color: rgb(133,74,50); }
div.DivClassName
{
background-color: #854A32;
}
.BgClassName
{
background-color: #854A32;
}
</style>
border-color css
<style>
span { border-color: #854A32; }
span { border-color: rgb(133,74,50); }
td.TdClassName
{
border-color: #854A32;
}
.TagClassName
{
border-color: #854A32;
}
</style>