Shades of Punga #534A2E
Tints of Punga #534A2E
RGB
CMYK
RGB Variations
Color information
#534A2E (or 0x534A2E) is known color: Punga. HEX triplet: 53, 4A and 2E. RGB value is (83,74,46). Sum of RGB (Red+Green+Blue) = 83+74+46=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #534A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A2E is #ACB5D1. Grayscale: #494949. Windows color (decimal): -11318738 or 3033683. OLE color: 3033683.
HSL color Cylindrical-coordinate representation of color #534A2E: hue angle of 45.41º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #534A2E is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 46 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.67 |
| HSL | 45.41º | 0.29% | 0.25% | - |
| HSV(B) | 45.41º | 0.45% | 0.33% | - |
| XYZ | 6.51 | 6.93 | 3.58 | - |
| YUV | 73.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 46 | 0 | 0.11 | 0.45 | 0.67 | 45.41 | 0.29 | 0.25 |
| Hex | 53 | 4A | 2E | 0 | B | 2D | 43 | 2D | 1D | 19 |
| Octal | 123 | 112 | 56 | 0 | 13 | 55 | 103 | 55 | 35 | 31 |
| Binary | 1010011 | 1001010 | 101110 | 0 | 1011 | 101101 | 1000011 | 101101 | 11101 | 11001 |
Color Harmonies of #534A2E
Complementary color
Monochromatic Colors of #534A2E
Black with #534A2E
Text Example
Text Example
White with #534A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A2E; }
p { color: rgb(83,74,46); }
H1.HeaderClassName
{
color: #534A2E;
}
.AnyTagClassName
{
color: #534A2E;
}
</style>
background-color css
<style>
a { background-color: #534A2E; }
a { background-color: rgb(83,74,46); }
div.DivClassName
{
background-color: #534A2E;
}
.BgClassName
{
background-color: #534A2E;
}
</style>
border-color css
<style>
span { border-color: #534A2E; }
span { border-color: rgb(83,74,46); }
td.TdClassName
{
border-color: #534A2E;
}
.TagClassName
{
border-color: #534A2E;
}
</style>