#574E34

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

Shades of Punga #574E34

Tints of Punga #574E34

Color information

#574E34 (or 0x574E34) is unknown color: approx Punga. HEX triplet: 57, 4E and 34. RGB value is (87,78,52). Sum of RGB (Red+Green+Blue) = 87+78+52=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 87 - color contains mainly: red. Hex color #574E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574E34 is #A8B1CB. Grayscale: #4D4D4D. Windows color (decimal): -11055564 or 3427927. OLE color: 3427927.

HSL color Cylindrical-coordinate representation of color #574E34: hue angle of 44.57º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #574E34 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB877852-
CMYK00.100.400.66
HSL44.57º25.18%27.25%-
HSV(B)44.57º40.23%34.12%-
XYZ7.277.724.36-
YUV77.73113.48134.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.09%
GREEN value IS 78 (30.86% from 255) = 35.94%
BLUE value IS 52 (20.70% from 255) = 23.96%
R=40.09%
G=35.94%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87785200.100.400.6644.5725.1827.25
Hex574E340A28422d191b
Octal1271166401250102553133
Binary101011110011101101000101010100010000101011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574E34; }

 p { color: rgb(87,78,52); }

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

<style>
 a { background-color: #574E34; }

 a { background-color: rgb(87,78,52); }

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

<style>
 span { border-color: #574E34; }

 span { border-color: rgb(87,78,52); }

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