Shades of Paarl #854A30
Tints of Paarl #854A30
RGB
CMYK
RGB Variations
Color information
#854A30 (or 0x854A30) is known color: Paarl. HEX triplet: 85, 4A and 30. RGB value is (133,74,48). Sum of RGB (Red+Green+Blue) = 133+74+48=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #854A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854A30 is #7AB5CF. Grayscale: #585858. Windows color (decimal): -8041936 or 3164805. OLE color: 3164805.
HSL color Cylindrical-coordinate representation of color #854A30: hue angle of 18.35º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #854A30 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 74 | 48 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.48 |
| HSL | 18.35º | 0.47% | 0.35% | - |
| HSV(B) | 18.35º | 0.64% | 0.52% | - |
| XYZ | 12.66 | 10.1 | 4.08 | - |
| YUV | 88.68 | 105.05 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 74 | 48 | 0 | 0.44 | 0.64 | 0.48 | 18.35 | 0.47 | 0.35 |
| Hex | 85 | 4A | 30 | 0 | 2C | 40 | 30 | 12 | 2F | 23 |
| Octal | 205 | 112 | 60 | 0 | 54 | 100 | 60 | 22 | 57 | 43 |
| Binary | 10000101 | 1001010 | 110000 | 0 | 101100 | 1000000 | 110000 | 10010 | 101111 | 100011 |
Color Harmonies of #854A30
Complementary color
Monochromatic Colors of #854A30
Black with #854A30
Text Example
Text Example
White with #854A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854A30; }
p { color: rgb(133,74,48); }
H1.HeaderClassName
{
color: #854A30;
}
.AnyTagClassName
{
color: #854A30;
}
</style>
background-color css
<style>
a { background-color: #854A30; }
a { background-color: rgb(133,74,48); }
div.DivClassName
{
background-color: #854A30;
}
.BgClassName
{
background-color: #854A30;
}
</style>
border-color css
<style>
span { border-color: #854A30; }
span { border-color: rgb(133,74,48); }
td.TdClassName
{
border-color: #854A30;
}
.TagClassName
{
border-color: #854A30;
}
</style>