#574A2C

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

Shades of Punga #574A2C

Tints of Punga #574A2C

Color information

#574A2C (or 0x574A2C) is unknown color: approx Punga. HEX triplet: 57, 4A and 2C. RGB value is (87,74,44). Sum of RGB (Red+Green+Blue) = 87+74+44=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #574A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A2C is #A8B5D3. Grayscale: #4A4A4A. Windows color (decimal): -11056596 or 2902615. OLE color: 2902615.

HSL color Cylindrical-coordinate representation of color #574A2C: hue angle of 41.86º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #574A2C is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB877444-
CMYK00.150.490.66
HSL41.86º32.82%25.69%-
HSV(B)41.86º49.43%34.12%-
XYZ6.837.113.39-
YUV74.47110.81136.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.44%
GREEN value IS 74 (29.30% from 255) = 36.10%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=42.44%
G=36.10%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87744400.150.490.6641.8632.8225.69
Hex574A2C0F31422a211a
Octal1271125401761102524132
Binary1010111100101010110001111110001100001010101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,74,44); }

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

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

 a { background-color: rgb(87,74,44); }

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

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

 span { border-color: rgb(87,74,44); }

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