#574D37

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

Shades of Punga #574D37

Tints of Punga #574D37

Color information

#574D37 (or 0x574D37) is unknown color: approx Punga. HEX triplet: 57, 4D and 37. RGB value is (87,77,55). Sum of RGB (Red+Green+Blue) = 87+77+55=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 87 - color contains mainly: red. Hex color #574D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D37 is #A8B2C8. Grayscale: #4D4D4D. Windows color (decimal): -11055817 or 3624279. OLE color: 3624279.

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

Color convert

RGB877755-
CMYK00.110.370.66
HSL41.25º22.54%27.84%-
HSV(B)41.25º36.78%34.12%-
XYZ7.277.614.7-
YUV77.48115.31134.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.73%
GREEN value IS 77 (30.47% from 255) = 35.16%
BLUE value IS 55 (21.88% from 255) = 25.11%
R=39.73%
G=35.16%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87775500.110.370.6641.2522.5427.84
Hex574D370B254229171c
Octal1271156701345102512734
Binary101011110011011101110101110010110000101010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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