#544C33

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

Shades of Punga #544C33

Tints of Punga #544C33

Color information

#544C33 (or 0x544C33) is unknown color: approx Punga. HEX triplet: 54, 4C and 33. RGB value is (84,76,51). Sum of RGB (Red+Green+Blue) = 84+76+51=211 (27% of max value = 765). Red value is 84 (33.20% from 255 or 39.81% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 84 - color contains mainly: red. Hex color #544C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C33 is #ABB3CC. Grayscale: #4B4B4B. Windows color (decimal): -11252685 or 3361876. OLE color: 3361876.

HSL color Cylindrical-coordinate representation of color #544C33: hue angle of 45.45º 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 #544C33 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB847651-
CMYK00.100.390.67
HSL45.45º24.44%26.47%-
HSV(B)45.45º39.29%32.94%-
XYZ6.847.294.18-
YUV75.54114.15134.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.81%
GREEN value IS 76 (30.08% from 255) = 36.02%
BLUE value IS 51 (20.31% from 255) = 24.17%
R=39.81%
G=36.02%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84765100.100.390.6745.4524.4426.47
Hex544C330A27432d181a
Octal1241146301247103553032
Binary101010010011001100110101010011110000111011011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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