#544934

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

Shades of Punga #544934

Tints of Punga #544934

Color information

#544934 (or 0x544934) is unknown color: approx Punga. HEX triplet: 54, 49 and 34. RGB value is (84,73,52). Sum of RGB (Red+Green+Blue) = 84+73+52=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 84 - color contains mainly: red. Hex color #544934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544934 is #ABB6CB. Grayscale: #494949. Windows color (decimal): -11253452 or 3426644. OLE color: 3426644.

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

Color convert

RGB847352-
CMYK00.130.380.67
HSL39.38º23.53%26.67%-
HSV(B)39.38º38.1%32.94%-
XYZ6.666.94.23-
YUV73.9115.64135.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 73 (28.91% from 255) = 34.93%
BLUE value IS 52 (20.70% from 255) = 24.88%
R=40.19%
G=34.93%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84735200.130.380.6739.3823.5326.67
Hex5449340D264327181b
Octal1241116401546103473033
Binary101010010010011101000110110011010000111001111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544934; }

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

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

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

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

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

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

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

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