Shades of Punga #53462A
Tints of Punga #53462A
RGB
CMYK
RGB Variations
Color information
#53462A (or 0x53462A) is known color: Punga. HEX triplet: 53, 46 and 2A. RGB value is (83,70,42). Sum of RGB (Red+Green+Blue) = 83+70+42=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #53462A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53462A is #ACB9D5. Grayscale: #464646. Windows color (decimal): -11319766 or 2770515. OLE color: 2770515.
HSL color Cylindrical-coordinate representation of color #53462A: hue angle of 40.98º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53462A is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 70 | 42 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.67 |
| HSL | 40.98º | 0.33% | 0.25% | - |
| HSV(B) | 40.98º | 0.49% | 0.33% | - |
| XYZ | 6.18 | 6.39 | 3.1 | - |
| YUV | 70.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 70 | 42 | 0 | 0.16 | 0.49 | 0.67 | 40.98 | 0.33 | 0.25 |
| Hex | 53 | 46 | 2A | 0 | 10 | 31 | 43 | 29 | 21 | 19 |
| Octal | 123 | 106 | 52 | 0 | 20 | 61 | 103 | 51 | 41 | 31 |
| Binary | 1010011 | 1000110 | 101010 | 0 | 10000 | 110001 | 1000011 | 101001 | 100001 | 11001 |
Color Harmonies of #53462A
Complementary color
Monochromatic Colors of #53462A
Black with #53462A
Text Example
Text Example
White with #53462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53462A; }
p { color: rgb(83,70,42); }
H1.HeaderClassName
{
color: #53462A;
}
.AnyTagClassName
{
color: #53462A;
}
</style>
background-color css
<style>
a { background-color: #53462A; }
a { background-color: rgb(83,70,42); }
div.DivClassName
{
background-color: #53462A;
}
.BgClassName
{
background-color: #53462A;
}
</style>
border-color css
<style>
span { border-color: #53462A; }
span { border-color: rgb(83,70,42); }
td.TdClassName
{
border-color: #53462A;
}
.TagClassName
{
border-color: #53462A;
}
</style>