Shades of Punga #534B34
Tints of Punga #534B34
RGB
CMYK
RGB Variations
Color information
#534B34 (or 0x534B34) is known color: Punga. HEX triplet: 53, 4B and 34. RGB value is (83,75,52). Sum of RGB (Red+Green+Blue) = 83+75+52=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #534B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B34 is #ACB4CB. Grayscale: #4A4A4A. Windows color (decimal): -11318476 or 3427155. OLE color: 3427155.
HSL color Cylindrical-coordinate representation of color #534B34: hue angle of 44.52º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #534B34 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 52 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.67 |
| HSL | 44.52º | 0.23% | 0.26% | - |
| HSV(B) | 44.52º | 0.37% | 0.33% | - |
| XYZ | 6.7 | 7.12 | 4.27 | - |
| YUV | 74.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 52 | 0 | 0.10 | 0.37 | 0.67 | 44.52 | 0.23 | 0.26 |
| Hex | 53 | 4B | 34 | 0 | A | 25 | 43 | 2D | 17 | 1A |
| Octal | 123 | 113 | 64 | 0 | 12 | 45 | 103 | 55 | 27 | 32 |
| Binary | 1010011 | 1001011 | 110100 | 0 | 1010 | 100101 | 1000011 | 101101 | 10111 | 11010 |
Color Harmonies of #534B34
Complementary color
Monochromatic Colors of #534B34
Black with #534B34
Text Example
Text Example
White with #534B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B34; }
p { color: rgb(83,75,52); }
H1.HeaderClassName
{
color: #534B34;
}
.AnyTagClassName
{
color: #534B34;
}
</style>
background-color css
<style>
a { background-color: #534B34; }
a { background-color: rgb(83,75,52); }
div.DivClassName
{
background-color: #534B34;
}
.BgClassName
{
background-color: #534B34;
}
</style>
border-color css
<style>
span { border-color: #534B34; }
span { border-color: rgb(83,75,52); }
td.TdClassName
{
border-color: #534B34;
}
.TagClassName
{
border-color: #534B34;
}
</style>