#574C33

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

Shades of Punga #574C33

Tints of Punga #574C33

Color information

#574C33 (or 0x574C33) is unknown color: approx Punga. HEX triplet: 57, 4C and 33. RGB value is (87,76,51). Sum of RGB (Red+Green+Blue) = 87+76+51=214 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.65% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 87 - color contains mainly: red. Hex color #574C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C33 is #A8B3CC. Grayscale: #4C4C4C. Windows color (decimal): -11056077 or 3361879. OLE color: 3361879.

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

Color convert

RGB877651-
CMYK00.130.410.66
HSL41.67º26.09%27.06%-
HSV(B)41.67º41.38%34.12%-
XYZ7.117.434.19-
YUV76.44113.64135.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.65%
GREEN value IS 76 (30.08% from 255) = 35.51%
BLUE value IS 51 (20.31% from 255) = 23.83%
R=40.65%
G=35.51%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87765100.130.410.6641.6726.0927.06
Hex574C330D29422a1a1b
Octal1271146301551102523233
Binary101011110011001100110110110100110000101010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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