Shades of Punga #534A2C
Tints of Punga #534A2C
RGB
CMYK
RGB Variations
Color information
#534A2C (or 0x534A2C) is known color: Punga. HEX triplet: 53, 4A and 2C. RGB value is (83,74,44). Sum of RGB (Red+Green+Blue) = 83+74+44=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #534A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A2C is #ACB5D3. Grayscale: #494949. Windows color (decimal): -11318740 or 2902611. OLE color: 2902611.
HSL color Cylindrical-coordinate representation of color #534A2C: hue angle of 46.15º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #534A2C is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 74 | 44 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.67 |
| HSL | 46.15º | 0.31% | 0.25% | - |
| HSV(B) | 46.15º | 0.47% | 0.33% | - |
| XYZ | 6.47 | 6.92 | 3.38 | - |
| YUV | 73.27 | 111.48 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 44 | 0 | 0.11 | 0.47 | 0.67 | 46.15 | 0.31 | 0.25 |
| Hex | 53 | 4A | 2C | 0 | B | 2F | 43 | 2E | 1F | 19 |
| Octal | 123 | 112 | 54 | 0 | 13 | 57 | 103 | 56 | 37 | 31 |
| Binary | 1010011 | 1001010 | 101100 | 0 | 1011 | 101111 | 1000011 | 101110 | 11111 | 11001 |
Color Harmonies of #534A2C
Complementary color
Monochromatic Colors of #534A2C
Black with #534A2C
Text Example
Text Example
White with #534A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A2C; }
p { color: rgb(83,74,44); }
H1.HeaderClassName
{
color: #534A2C;
}
.AnyTagClassName
{
color: #534A2C;
}
</style>
background-color css
<style>
a { background-color: #534A2C; }
a { background-color: rgb(83,74,44); }
div.DivClassName
{
background-color: #534A2C;
}
.BgClassName
{
background-color: #534A2C;
}
</style>
border-color css
<style>
span { border-color: #534A2C; }
span { border-color: rgb(83,74,44); }
td.TdClassName
{
border-color: #534A2C;
}
.TagClassName
{
border-color: #534A2C;
}
</style>