#544832

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

Shades of Punga #544832

Tints of Punga #544832

Color information

#544832 (or 0x544832) is unknown color: approx Punga. HEX triplet: 54, 48 and 32. RGB value is (84,72,50). Sum of RGB (Red+Green+Blue) = 84+72+50=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 84 - color contains mainly: red. Hex color #544832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544832 is #ABB7CD. Grayscale: #494949. Windows color (decimal): -11253710 or 3295316. OLE color: 3295316.

HSL color Cylindrical-coordinate representation of color #544832: hue angle of 38.82º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #544832 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB847250-
CMYK00.140.400.67
HSL38.82º25.37%26.27%-
HSV(B)38.82º40.48%32.94%-
XYZ6.556.753.98-
YUV73.08114.98135.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.78%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 50 (19.92% from 255) = 24.27%
R=40.78%
G=34.95%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84725000.140.400.6738.8225.3726.27
Hex5448320E284327191a
Octal1241106201650103473132
Binary101010010010001100100111010100010000111001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544832; }

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

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

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

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

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

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

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

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