#544936

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

Shades of Punga #544936

Tints of Punga #544936

Color information

#544936 (or 0x544936) is unknown color: approx Punga. HEX triplet: 54, 49 and 36. RGB value is (84,73,54). Sum of RGB (Red+Green+Blue) = 84+73+54=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 84 - color contains mainly: red. Hex color #544936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544936 is #ABB6C9. Grayscale: #4A4A4A. Windows color (decimal): -11253450 or 3557716. OLE color: 3557716.

HSL color Cylindrical-coordinate representation of color #544936: hue angle of 38º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #544936 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB847354-
CMYK00.130.360.67
HSL38º21.74%27.06%-
HSV(B)38º35.71%32.94%-
XYZ6.76.924.47-
YUV74.12116.64135.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.81%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 54 (21.48% from 255) = 25.59%
R=39.81%
G=34.60%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84735400.130.360.673821.7427.06
Hex5449360D244326161b
Octal1241116601544103462633
Binary101010010010011101100110110010010000111001101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544936; }

 p { color: rgb(84,73,54); }

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

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

 a { background-color: rgb(84,73,54); }

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

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

 span { border-color: rgb(84,73,54); }

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