Shades of Punga #534933
Tints of Punga #534933
RGB
CMYK
RGB Variations
Color information
#534933 (or 0x534933) is known color: Punga. HEX triplet: 53, 49 and 33. RGB value is (83,73,51). Sum of RGB (Red+Green+Blue) = 83+73+51=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 51 (20.31% from 255 or 24.64% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #534933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534933 is #ACB6CC. Grayscale: #494949. Windows color (decimal): -11318989 or 3361107. OLE color: 3361107.
HSL color Cylindrical-coordinate representation of color #534933: hue angle of 41.25º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #534933 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 73 | 51 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.67 |
| HSL | 41.25º | 0.24% | 0.26% | - |
| HSV(B) | 41.25º | 0.39% | 0.33% | - |
| XYZ | 6.55 | 6.84 | 4.11 | - |
| YUV | 73.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 51 | 0 | 0.12 | 0.39 | 0.67 | 41.25 | 0.24 | 0.26 |
| Hex | 53 | 49 | 33 | 0 | C | 27 | 43 | 29 | 18 | 1A |
| Octal | 123 | 111 | 63 | 0 | 14 | 47 | 103 | 51 | 30 | 32 |
| Binary | 1010011 | 1001001 | 110011 | 0 | 1100 | 100111 | 1000011 | 101001 | 11000 | 11010 |
Color Harmonies of #534933
Complementary color
Monochromatic Colors of #534933
Black with #534933
Text Example
Text Example
White with #534933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534933; }
p { color: rgb(83,73,51); }
H1.HeaderClassName
{
color: #534933;
}
.AnyTagClassName
{
color: #534933;
}
</style>
background-color css
<style>
a { background-color: #534933; }
a { background-color: rgb(83,73,51); }
div.DivClassName
{
background-color: #534933;
}
.BgClassName
{
background-color: #534933;
}
</style>
border-color css
<style>
span { border-color: #534933; }
span { border-color: rgb(83,73,51); }
td.TdClassName
{
border-color: #534933;
}
.TagClassName
{
border-color: #534933;
}
</style>