#574D32

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

Shades of Punga #574D32

Tints of Punga #574D32

Color information

#574D32 (or 0x574D32) is unknown color: approx Punga. HEX triplet: 57, 4D and 32. RGB value is (87,77,50). Sum of RGB (Red+Green+Blue) = 87+77+50=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #574D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D32 is #A8B2CD. Grayscale: #4D4D4D. Windows color (decimal): -11055822 or 3296599. OLE color: 3296599.

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

Color convert

RGB877750-
CMYK00.110.430.66
HSL43.78º27.01%26.86%-
HSV(B)43.78º42.53%34.12%-
XYZ7.167.564.1-
YUV76.91112.81135.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.65%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 50 (19.92% from 255) = 23.36%
R=40.65%
G=35.98%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87775000.110.430.6643.7827.0126.86
Hex574D320B2B422c1b1b
Octal1271156201353102543333
Binary101011110011011100100101110101110000101011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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