#574832

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

Shades of Punga #574832

Tints of Punga #574832

Color information

#574832 (or 0x574832) is unknown color: approx Punga. HEX triplet: 57, 48 and 32. RGB value is (87,72,50). Sum of RGB (Red+Green+Blue) = 87+72+50=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 87 - color contains mainly: red. Hex color #574832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574832 is #A8B7CD. Grayscale: #4A4A4A. Windows color (decimal): -11057102 or 3295319. OLE color: 3295319.

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

Color convert

RGB877250-
CMYK00.170.430.66
HSL35.68º27.01%26.86%-
HSV(B)35.68º42.53%34.12%-
XYZ6.826.893.99-
YUV73.98114.47137.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.63%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 50 (19.92% from 255) = 23.92%
R=41.63%
G=34.45%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87725000.170.430.6635.6827.0126.86
Hex5748320112B42241b1b
Octal1271106202153102443333
Binary1010111100100011001001000110101110000101001001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574832; }

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

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

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

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

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

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

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

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