Shades of Paarl #85452F
Tints of Paarl #85452F
RGB
CMYK
RGB Variations
Color information
#85452F (or 0x85452F) is known color: Paarl. HEX triplet: 85, 45 and 2F. RGB value is (133,69,47). Sum of RGB (Red+Green+Blue) = 133+69+47=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 47 (18.75% from 255 or 18.88% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85452F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85452F is #7ABAD0. Grayscale: #555555. Windows color (decimal): -8043217 or 3097989. OLE color: 3097989.
HSL color Cylindrical-coordinate representation of color #85452F: hue angle of 15.35º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85452F is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 47 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.48 |
| HSL | 15.35º | 0.48% | 0.35% | - |
| HSV(B) | 15.35º | 0.65% | 0.52% | - |
| XYZ | 12.31 | 9.45 | 3.86 | - |
| YUV | 85.63 | 106.2 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 47 | 0 | 0.48 | 0.65 | 0.48 | 15.35 | 0.48 | 0.35 |
| Hex | 85 | 45 | 2F | 0 | 30 | 41 | 30 | F | 30 | 23 |
| Octal | 205 | 105 | 57 | 0 | 60 | 101 | 60 | 17 | 60 | 43 |
| Binary | 10000101 | 1000101 | 101111 | 0 | 110000 | 1000001 | 110000 | 1111 | 110000 | 100011 |
Color Harmonies of #85452F
Complementary color
Monochromatic Colors of #85452F
Black with #85452F
Text Example
Text Example
White with #85452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85452F; }
p { color: rgb(133,69,47); }
H1.HeaderClassName
{
color: #85452F;
}
.AnyTagClassName
{
color: #85452F;
}
</style>
background-color css
<style>
a { background-color: #85452F; }
a { background-color: rgb(133,69,47); }
div.DivClassName
{
background-color: #85452F;
}
.BgClassName
{
background-color: #85452F;
}
</style>
border-color css
<style>
span { border-color: #85452F; }
span { border-color: rgb(133,69,47); }
td.TdClassName
{
border-color: #85452F;
}
.TagClassName
{
border-color: #85452F;
}
</style>