#574829

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

Shades of Punga #574829

Tints of Punga #574829

Color information

#574829 (or 0x574829) is unknown color: approx Punga. HEX triplet: 57, 48 and 29. RGB value is (87,72,41). Sum of RGB (Red+Green+Blue) = 87+72+41=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #574829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574829 is #A8B7D6. Grayscale: #494949. Windows color (decimal): -11057111 or 2705495. OLE color: 2705495.

HSL color Cylindrical-coordinate representation of color #574829: hue angle of 40.43º 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 #574829 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB877241-
CMYK00.170.530.66
HSL40.43º35.94%25.1%-
HSV(B)40.43º52.87%34.12%-
XYZ6.656.823.06-
YUV72.95109.97138.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.5%
GREEN value IS 72 (28.52% from 255) = 36%
BLUE value IS 41 (16.41% from 255) = 20.5%
R=43.5%
G=36%
B=20.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87724100.170.530.6640.4335.9425.1
Hex5748290113542282419
Octal1271105102165102504431
Binary10101111001000101001010001110101100001010100010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574829; }

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

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

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

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

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

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

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

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