#53492E

Color #53492E Punga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Punga #53492E

Tints of Punga #53492E

Color information

#53492E (or 0x53492E) is unknown color: approx Punga. HEX triplet: 53, 49 and 2E. RGB value is (83,73,46). Sum of RGB (Red+Green+Blue) = 83+73+46=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #53492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53492E is #ACB6D1. Grayscale: #494949. Windows color (decimal): -11318994 or 3033427. OLE color: 3033427.

HSL color Cylindrical-coordinate representation of color #53492E: hue angle of 43.78º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53492E is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB837346-
CMYK00.120.450.67
HSL43.78º28.68%25.29%-
HSV(B)43.78º44.58%32.55%-
XYZ6.446.83.56-
YUV72.91112.81135.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 46 (18.36% from 255) = 22.77%
R=41.09%
G=36.14%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83734600.120.450.6743.7828.6825.29
Hex53492E0C2D432c1d19
Octal1231115601455103543531
Binary101001110010011011100110010110110000111011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53492E; }

 p { color: rgb(83,73,46); }

 H1.HeaderClassName
 {
   color: #53492E;
 }
 .AnyTagClassName
 {
   color: #53492E;
 }
</style>
background-color css

<style>
 a { background-color: #53492E; }

 a { background-color: rgb(83,73,46); }

 div.DivClassName
 {
   background-color: #53492E;
 }
 .BgClassName
 {
   background-color: #53492E;
 }
</style>
border-color css

<style>
 span { border-color: #53492E; }

 span { border-color: rgb(83,73,46); }

 td.TdClassName
 {
   border-color: #53492E;
 }
 .TagClassName
 {
   border-color: #53492E;
 }
</style>