#53472D

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

Shades of Punga #53472D

Tints of Punga #53472D

Color information

#53472D (or 0x53472D) is unknown color: approx Punga. HEX triplet: 53, 47 and 2D. RGB value is (83,71,45). Sum of RGB (Red+Green+Blue) = 83+71+45=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 45 (17.97% from 255 or 22.61% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #53472D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53472D is #ACB8D2. Grayscale: #474747. Windows color (decimal): -11319507 or 2967379. OLE color: 2967379.

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

Color convert

RGB837145-
CMYK00.140.460.67
HSL41.05º29.69%25.1%-
HSV(B)41.05º45.78%32.55%-
XYZ6.296.533.41-
YUV71.62112.98136.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.71%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 45 (17.97% from 255) = 22.61%
R=41.71%
G=35.68%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83714500.140.460.6741.0529.6925.1
Hex53472D0E2E43291e19
Octal1231075501656103513631
Binary101001110001111011010111010111010000111010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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