Shades of Punga #534B3A
Tints of Punga #534B3A
RGB
CMYK
RGB Variations
Color information
#534B3A (or 0x534B3A) is known color: Punga. HEX triplet: 53, 4B and 3A. RGB value is (83,75,58). Sum of RGB (Red+Green+Blue) = 83+75+58=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 83 - color contains mainly: red. Hex color #534B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B3A is #ACB4C5. Grayscale: #4B4B4B. Windows color (decimal): -11318470 or 3820371. OLE color: 3820371.
HSL color Cylindrical-coordinate representation of color #534B3A: hue angle of 40.8º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #534B3A is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 58 | - |
| CMYK | 0 | 0.10 | 0.30 | 0.67 |
| HSL | 40.8º | 0.18% | 0.28% | - |
| HSV(B) | 40.8º | 0.3% | 0.33% | - |
| XYZ | 6.85 | 7.18 | 5.03 | - |
| YUV | 75.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 58 | 0 | 0.10 | 0.30 | 0.67 | 40.8 | 0.18 | 0.28 |
| Hex | 53 | 4B | 3A | 0 | A | 1E | 43 | 29 | 12 | 1C |
| Octal | 123 | 113 | 72 | 0 | 12 | 36 | 103 | 51 | 22 | 34 |
| Binary | 1010011 | 1001011 | 111010 | 0 | 1010 | 11110 | 1000011 | 101001 | 10010 | 11100 |
Color Harmonies of #534B3A
Complementary color
Monochromatic Colors of #534B3A
Black with #534B3A
Text Example
Text Example
White with #534B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B3A; }
p { color: rgb(83,75,58); }
H1.HeaderClassName
{
color: #534B3A;
}
.AnyTagClassName
{
color: #534B3A;
}
</style>
background-color css
<style>
a { background-color: #534B3A; }
a { background-color: rgb(83,75,58); }
div.DivClassName
{
background-color: #534B3A;
}
.BgClassName
{
background-color: #534B3A;
}
</style>
border-color css
<style>
span { border-color: #534B3A; }
span { border-color: rgb(83,75,58); }
td.TdClassName
{
border-color: #534B3A;
}
.TagClassName
{
border-color: #534B3A;
}
</style>