Shades of Paarl #85462B
Tints of Paarl #85462B
RGB
CMYK
RGB Variations
Color information
#85462B (or 0x85462B) is known color: Paarl. HEX triplet: 85, 46 and 2B. RGB value is (133,70,43). Sum of RGB (Red+Green+Blue) = 133+70+43=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85462B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85462B is #7AB9D4. Grayscale: #555555. Windows color (decimal): -8042965 or 2836101. OLE color: 2836101.
HSL color Cylindrical-coordinate representation of color #85462B: hue angle of 18º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #85462B is Cyan = 0, Magento = 0.47, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 70 | 43 | - |
| CMYK | 0 | 0.47 | 0.68 | 0.48 |
| HSL | 18º | 0.51% | 0.35% | - |
| HSV(B) | 18º | 0.68% | 0.52% | - |
| XYZ | 12.3 | 9.54 | 3.48 | - |
| YUV | 85.76 | 103.87 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 70 | 43 | 0 | 0.47 | 0.68 | 0.48 | 18 | 0.51 | 0.35 |
| Hex | 85 | 46 | 2B | 0 | 2F | 44 | 30 | 12 | 33 | 23 |
| Octal | 205 | 106 | 53 | 0 | 57 | 104 | 60 | 22 | 63 | 43 |
| Binary | 10000101 | 1000110 | 101011 | 0 | 101111 | 1000100 | 110000 | 10010 | 110011 | 100011 |
Color Harmonies of #85462B
Complementary color
Monochromatic Colors of #85462B
Black with #85462B
Text Example
Text Example
White with #85462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85462B; }
p { color: rgb(133,70,43); }
H1.HeaderClassName
{
color: #85462B;
}
.AnyTagClassName
{
color: #85462B;
}
</style>
background-color css
<style>
a { background-color: #85462B; }
a { background-color: rgb(133,70,43); }
div.DivClassName
{
background-color: #85462B;
}
.BgClassName
{
background-color: #85462B;
}
</style>
border-color css
<style>
span { border-color: #85462B; }
span { border-color: rgb(133,70,43); }
td.TdClassName
{
border-color: #85462B;
}
.TagClassName
{
border-color: #85462B;
}
</style>