#544A2D

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

Shades of Punga #544A2D

Tints of Punga #544A2D

Color information

#544A2D (or 0x544A2D) is unknown color: approx Punga. HEX triplet: 54, 4A and 2D. RGB value is (84,74,45). Sum of RGB (Red+Green+Blue) = 84+74+45=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 84 - color contains mainly: red. Hex color #544A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A2D is #ABB5D2. Grayscale: #494949. Windows color (decimal): -11253203 or 2968148. OLE color: 2968148.

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

Color convert

RGB847445-
CMYK00.120.460.67
HSL44.62º30.23%25.29%-
HSV(B)44.62º46.43%32.94%-
XYZ6.586.973.48-
YUV73.68111.81135.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.38%
GREEN value IS 74 (29.30% from 255) = 36.45%
BLUE value IS 45 (17.97% from 255) = 22.17%
R=41.38%
G=36.45%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84744500.120.460.6744.6230.2325.29
Hex544A2D0C2E432d1e19
Octal1241125501456103553631
Binary101010010010101011010110010111010000111011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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