#574B31

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

Shades of Punga #574B31

Tints of Punga #574B31

Color information

#574B31 (or 0x574B31) is unknown color: approx Punga. HEX triplet: 57, 4B and 31. RGB value is (87,75,49). Sum of RGB (Red+Green+Blue) = 87+75+49=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 87 - color contains mainly: red. Hex color #574B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B31 is #A8B4CE. Grayscale: #4B4B4B. Windows color (decimal): -11056335 or 3230551. OLE color: 3230551.

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

Color convert

RGB877549-
CMYK00.140.440.66
HSL41.05º27.94%26.67%-
HSV(B)41.05º43.68%34.12%-
XYZ77.283.94-
YUV75.62112.98136.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.23%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=41.23%
G=35.55%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87754900.140.440.6641.0527.9426.67
Hex574B310E2C42291c1b
Octal1271136101654102513433
Binary101011110010111100010111010110010000101010011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,75,49); }

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

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

 a { background-color: rgb(87,75,49); }

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

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

 span { border-color: rgb(87,75,49); }

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