Shades of Punga #534B33
Tints of Punga #534B33
RGB
CMYK
RGB Variations
Color information
#534B33 (or 0x534B33) is known color: Punga. HEX triplet: 53, 4B and 33. RGB value is (83,75,51). Sum of RGB (Red+Green+Blue) = 83+75+51=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #534B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B33 is #ACB4CC. Grayscale: #4A4A4A. Windows color (decimal): -11318477 or 3361619. OLE color: 3361619.
HSL color Cylindrical-coordinate representation of color #534B33: hue angle of 45º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #534B33 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 75 | 51 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.67 |
| HSL | 45º | 0.24% | 0.26% | - |
| HSV(B) | 45º | 0.39% | 0.33% | - |
| XYZ | 6.68 | 7.11 | 4.15 | - |
| YUV | 74.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 51 | 0 | 0.10 | 0.39 | 0.67 | 45 | 0.24 | 0.26 |
| Hex | 53 | 4B | 33 | 0 | A | 27 | 43 | 2D | 18 | 1A |
| Octal | 123 | 113 | 63 | 0 | 12 | 47 | 103 | 55 | 30 | 32 |
| Binary | 1010011 | 1001011 | 110011 | 0 | 1010 | 100111 | 1000011 | 101101 | 11000 | 11010 |
Color Harmonies of #534B33
Complementary color
Monochromatic Colors of #534B33
Black with #534B33
Text Example
Text Example
White with #534B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534B33; }
p { color: rgb(83,75,51); }
H1.HeaderClassName
{
color: #534B33;
}
.AnyTagClassName
{
color: #534B33;
}
</style>
background-color css
<style>
a { background-color: #534B33; }
a { background-color: rgb(83,75,51); }
div.DivClassName
{
background-color: #534B33;
}
.BgClassName
{
background-color: #534B33;
}
</style>
border-color css
<style>
span { border-color: #534B33; }
span { border-color: rgb(83,75,51); }
td.TdClassName
{
border-color: #534B33;
}
.TagClassName
{
border-color: #534B33;
}
</style>