#53492F

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

Shades of Punga #53492F

Tints of Punga #53492F

Color information

#53492F (or 0x53492F) is unknown color: approx Punga. HEX triplet: 53, 49 and 2F. RGB value is (83,73,47). Sum of RGB (Red+Green+Blue) = 83+73+47=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #53492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53492F is #ACB6D0. Grayscale: #494949. Windows color (decimal): -11318993 or 3098963. OLE color: 3098963.

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

Color convert

RGB837347-
CMYK00.120.430.67
HSL43.33º27.69%25.49%-
HSV(B)43.33º43.37%32.55%-
XYZ6.466.813.66-
YUV73.03113.31135.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.89%
GREEN value IS 73 (28.91% from 255) = 35.96%
BLUE value IS 47 (18.75% from 255) = 23.15%
R=40.89%
G=35.96%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83734700.120.430.6743.3327.6925.49
Hex53492F0C2B432b1c19
Octal1231115701453103533431
Binary101001110010011011110110010101110000111010111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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