#574A30

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

Shades of Punga #574A30

Tints of Punga #574A30

Color information

#574A30 (or 0x574A30) is unknown color: approx Punga. HEX triplet: 57, 4A and 30. RGB value is (87,74,48). Sum of RGB (Red+Green+Blue) = 87+74+48=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 87 - color contains mainly: red. Hex color #574A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A30 is #A8B5CF. Grayscale: #4B4B4B. Windows color (decimal): -11056592 or 3164759. OLE color: 3164759.

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

Color convert

RGB877448-
CMYK00.150.450.66
HSL40º28.89%26.47%-
HSV(B)40º44.83%34.12%-
XYZ6.917.143.81-
YUV74.92112.81136.61-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.63%
GREEN value IS 74 (29.30% from 255) = 35.41%
BLUE value IS 48 (19.14% from 255) = 22.97%
R=41.63%
G=35.41%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87744800.150.450.664028.8926.47
Hex574A300F2D42281d1a
Octal1271126001755102503532
Binary101011110010101100000111110110110000101010001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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