Shades of Punga #534935
Tints of Punga #534935
RGB
CMYK
RGB Variations
Color information
#534935 (or 0x534935) is known color: Punga. HEX triplet: 53, 49 and 35. RGB value is (83,73,53). Sum of RGB (Red+Green+Blue) = 83+73+53=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #534935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534935 is #ACB6CA. Grayscale: #494949. Windows color (decimal): -11318987 or 3492179. OLE color: 3492179.
HSL color Cylindrical-coordinate representation of color #534935: hue angle of 40º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #534935 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 53 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.67 |
| HSL | 40º | 0.22% | 0.27% | - |
| HSV(B) | 40º | 0.36% | 0.33% | - |
| XYZ | 6.59 | 6.86 | 4.35 | - |
| YUV | 73.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 53 | 0 | 0.12 | 0.36 | 0.67 | 40 | 0.22 | 0.27 |
| Hex | 53 | 49 | 35 | 0 | C | 24 | 43 | 28 | 16 | 1B |
| Octal | 123 | 111 | 65 | 0 | 14 | 44 | 103 | 50 | 26 | 33 |
| Binary | 1010011 | 1001001 | 110101 | 0 | 1100 | 100100 | 1000011 | 101000 | 10110 | 11011 |
Color Harmonies of #534935
Complementary color
Monochromatic Colors of #534935
Black with #534935
Text Example
Text Example
White with #534935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534935; }
p { color: rgb(83,73,53); }
H1.HeaderClassName
{
color: #534935;
}
.AnyTagClassName
{
color: #534935;
}
</style>
background-color css
<style>
a { background-color: #534935; }
a { background-color: rgb(83,73,53); }
div.DivClassName
{
background-color: #534935;
}
.BgClassName
{
background-color: #534935;
}
</style>
border-color css
<style>
span { border-color: #534935; }
span { border-color: rgb(83,73,53); }
td.TdClassName
{
border-color: #534935;
}
.TagClassName
{
border-color: #534935;
}
</style>