#574729

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

Shades of Punga #574729

Tints of Punga #574729

Color information

#574729 (or 0x574729) is unknown color: approx Punga. HEX triplet: 57, 47 and 29. RGB value is (87,71,41). Sum of RGB (Red+Green+Blue) = 87+71+41=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 87 - color contains mainly: red. Hex color #574729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574729 is #A8B8D6. Grayscale: #484848. Windows color (decimal): -11057367 or 2705239. OLE color: 2705239.

HSL color Cylindrical-coordinate representation of color #574729: hue angle of 39.13º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #574729 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB877141-
CMYK00.180.530.66
HSL39.13º35.94%25.1%-
HSV(B)39.13º52.87%34.12%-
XYZ6.586.693.04-
YUV72.36110.3138.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 41 (16.41% from 255) = 20.60%
R=43.72%
G=35.68%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87714100.180.530.6639.1335.9425.1
Hex5747290123542272419
Octal1271075102265102474431
Binary10101111000111101001010010110101100001010011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574729; }

 p { color: rgb(87,71,41); }

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

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

 a { background-color: rgb(87,71,41); }

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

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

 span { border-color: rgb(87,71,41); }

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