#53472B

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

Shades of Punga #53472B

Tints of Punga #53472B

Color information

#53472B (or 0x53472B) is unknown color: approx Punga. HEX triplet: 53, 47 and 2B. RGB value is (83,71,43). Sum of RGB (Red+Green+Blue) = 83+71+43=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #53472B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53472B is #ACB8D4. Grayscale: #474747. Windows color (decimal): -11319509 or 2836307. OLE color: 2836307.

HSL color Cylindrical-coordinate representation of color #53472B: hue angle of 42º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53472B is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB837143-
CMYK00.140.480.67
HSL42º31.75%24.71%-
HSV(B)42º48.19%32.55%-
XYZ6.266.523.21-
YUV71.4111.98136.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.13%
GREEN value IS 71 (28.12% from 255) = 36.04%
BLUE value IS 43 (17.19% from 255) = 21.83%
R=42.13%
G=36.04%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83714300.140.480.674231.7524.71
Hex53472B0E30432a2019
Octal1231075301660103524031
Binary1010011100011110101101110110000100001110101010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53472B; }

 p { color: rgb(83,71,43); }

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

<style>
 a { background-color: #53472B; }

 a { background-color: rgb(83,71,43); }

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

<style>
 span { border-color: #53472B; }

 span { border-color: rgb(83,71,43); }

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