#574D34

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

Shades of Punga #574D34

Tints of Punga #574D34

Color information

#574D34 (or 0x574D34) is unknown color: approx Punga. HEX triplet: 57, 4D and 34. RGB value is (87,77,52). Sum of RGB (Red+Green+Blue) = 87+77+52=216 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.28% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 87 - color contains mainly: red. Hex color #574D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D34 is #A8B2CB. Grayscale: #4D4D4D. Windows color (decimal): -11055820 or 3427671. OLE color: 3427671.

HSL color Cylindrical-coordinate representation of color #574D34: hue angle of 42.86º 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 #574D34 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB877752-
CMYK00.110.400.66
HSL42.86º25.18%27.25%-
HSV(B)42.86º40.23%34.12%-
XYZ7.27.584.33-
YUV77.14113.81135.03-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.28%
GREEN value IS 77 (30.47% from 255) = 35.65%
BLUE value IS 52 (20.70% from 255) = 24.07%
R=40.28%
G=35.65%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87775200.110.400.6642.8625.1827.25
Hex574D340B28422b191b
Octal1271156401350102533133
Binary101011110011011101000101110100010000101010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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