Shades of Paarl #804935
Tints of Paarl #804935
RGB
CMYK
RGB Variations
Color information
#804935 (or 0x804935) is known color: Paarl. HEX triplet: 80, 49 and 35. RGB value is (128,73,53). Sum of RGB (Red+Green+Blue) = 128+73+53=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 53 (21.09% from 255 or 20.87% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #804935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804935 is #7FB6CA. Grayscale: #575757. Windows color (decimal): -8369867 or 3492224. OLE color: 3492224.
HSL color Cylindrical-coordinate representation of color #804935: hue angle of 16º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #804935 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 53 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.50 |
| HSL | 16º | 0.41% | 0.35% | - |
| HSV(B) | 16º | 0.59% | 0.5% | - |
| XYZ | 11.93 | 9.61 | 4.59 | - |
| YUV | 87.17 | 108.72 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 53 | 0 | 0.43 | 0.59 | 0.50 | 16 | 0.41 | 0.35 |
| Hex | 80 | 49 | 35 | 0 | 2B | 3B | 32 | 10 | 29 | 23 |
| Octal | 200 | 111 | 65 | 0 | 53 | 73 | 62 | 20 | 51 | 43 |
| Binary | 10000000 | 1001001 | 110101 | 0 | 101011 | 111011 | 110010 | 10000 | 101001 | 100011 |
Color Harmonies of #804935
Complementary color
Monochromatic Colors of #804935
Black with #804935
Text Example
Text Example
White with #804935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804935; }
p { color: rgb(128,73,53); }
H1.HeaderClassName
{
color: #804935;
}
.AnyTagClassName
{
color: #804935;
}
</style>
background-color css
<style>
a { background-color: #804935; }
a { background-color: rgb(128,73,53); }
div.DivClassName
{
background-color: #804935;
}
.BgClassName
{
background-color: #804935;
}
</style>
border-color css
<style>
span { border-color: #804935; }
span { border-color: rgb(128,73,53); }
td.TdClassName
{
border-color: #804935;
}
.TagClassName
{
border-color: #804935;
}
</style>