#544A33

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

Shades of Punga #544A33

Tints of Punga #544A33

Color information

#544A33 (or 0x544A33) is unknown color: approx Punga. HEX triplet: 54, 4A and 33. RGB value is (84,74,51). Sum of RGB (Red+Green+Blue) = 84+74+51=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 51 (20.31% from 255 or 24.40% from 209); Max value from RGB is 84 - color contains mainly: red. Hex color #544A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A33 is #ABB5CC. Grayscale: #4A4A4A. Windows color (decimal): -11253197 or 3361364. OLE color: 3361364.

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

Color convert

RGB847451-
CMYK00.120.390.67
HSL41.82º24.44%26.47%-
HSV(B)41.82º39.29%32.94%-
XYZ6.77.024.13-
YUV74.37114.81134.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 74 (29.30% from 255) = 35.41%
BLUE value IS 51 (20.31% from 255) = 24.40%
R=40.19%
G=35.41%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84745100.120.390.6741.8224.4426.47
Hex544A330C27432a181a
Octal1241126301447103523032
Binary101010010010101100110110010011110000111010101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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