Shades of Punga #534B31
Tints of Punga #534B31
RGB
CMYK
RGB Variations
Color information
#534B31 (or 0x534B31) is known color: Punga. HEX triplet: 53, 4B and 31. RGB value is (83,75,49). Sum of RGB (Red+Green+Blue) = 83+75+49=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 83 - color contains mainly: red. Hex color #534B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B31 is #ACB4CE. Grayscale: #4A4A4A. Windows color (decimal): -11318479 or 3230547. OLE color: 3230547.
HSL color Cylindrical-coordinate representation of color #534B31: hue angle of 45.88º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #534B31 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 49 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.67 |
| HSL | 45.88º | 0.26% | 0.26% | - |
| HSV(B) | 45.88º | 0.41% | 0.33% | - |
| XYZ | 6.64 | 7.09 | 3.92 | - |
| YUV | 74.43 | 113.65 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 49 | 0 | 0.10 | 0.41 | 0.67 | 45.88 | 0.26 | 0.26 |
| Hex | 53 | 4B | 31 | 0 | A | 29 | 43 | 2E | 1A | 1A |
| Octal | 123 | 113 | 61 | 0 | 12 | 51 | 103 | 56 | 32 | 32 |
| Binary | 1010011 | 1001011 | 110001 | 0 | 1010 | 101001 | 1000011 | 101110 | 11010 | 11010 |
Color Harmonies of #534B31
Complementary color
Monochromatic Colors of #534B31
Black with #534B31
Text Example
Text Example
White with #534B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B31; }
p { color: rgb(83,75,49); }
H1.HeaderClassName
{
color: #534B31;
}
.AnyTagClassName
{
color: #534B31;
}
</style>
background-color css
<style>
a { background-color: #534B31; }
a { background-color: rgb(83,75,49); }
div.DivClassName
{
background-color: #534B31;
}
.BgClassName
{
background-color: #534B31;
}
</style>
border-color css
<style>
span { border-color: #534B31; }
span { border-color: rgb(83,75,49); }
td.TdClassName
{
border-color: #534B31;
}
.TagClassName
{
border-color: #534B31;
}
</style>