#544A2C

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

Shades of Punga #544A2C

Tints of Punga #544A2C

Color information

#544A2C (or 0x544A2C) is unknown color: approx Punga. HEX triplet: 54, 4A and 2C. RGB value is (84,74,44). Sum of RGB (Red+Green+Blue) = 84+74+44=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 44 (17.58% from 255 or 21.78% from 202); Max value from RGB is 84 - color contains mainly: red. Hex color #544A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A2C is #ABB5D3. Grayscale: #494949. Windows color (decimal): -11253204 or 2902612. OLE color: 2902612.

HSL color Cylindrical-coordinate representation of color #544A2C: hue angle of 45º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #544A2C is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB847444-
CMYK00.120.480.67
HSL45º31.25%25.1%-
HSV(B)45º47.62%32.94%-
XYZ6.566.963.38-
YUV73.57111.31135.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.58%
GREEN value IS 74 (29.30% from 255) = 36.63%
BLUE value IS 44 (17.58% from 255) = 21.78%
R=41.58%
G=36.63%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84744400.120.480.674531.2525.1
Hex544A2C0C30432d1f19
Octal1241125401460103553731
Binary101010010010101011000110011000010000111011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544A2C; }

 p { color: rgb(84,74,44); }

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

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

 a { background-color: rgb(84,74,44); }

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

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

 span { border-color: rgb(84,74,44); }

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