#574C37

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

Shades of Punga #574C37

Tints of Punga #574C37

Color information

#574C37 (or 0x574C37) is unknown color: approx Punga. HEX triplet: 57, 4C and 37. RGB value is (87,76,55). Sum of RGB (Red+Green+Blue) = 87+76+55=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 87 - color contains mainly: red. Hex color #574C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C37 is #A8B3C8. Grayscale: #4C4C4C. Windows color (decimal): -11056073 or 3624023. OLE color: 3624023.

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

Color convert

RGB877655-
CMYK00.130.370.66
HSL39.38º22.54%27.84%-
HSV(B)39.38º36.78%34.12%-
XYZ7.27.474.68-
YUV76.9115.64135.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 39.91%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 55 (21.88% from 255) = 25.23%
R=39.91%
G=34.86%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87765500.130.370.6639.3822.5427.84
Hex574C370D254227171c
Octal1271146701545102472734
Binary101011110011001101110110110010110000101001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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