#544529

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

Shades of Punga #544529

Tints of Punga #544529

Color information

#544529 (or 0x544529) is unknown color: approx Punga. HEX triplet: 54, 45 and 29. RGB value is (84,69,41). Sum of RGB (Red+Green+Blue) = 84+69+41=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #544529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544529 is #ABBAD6. Grayscale: #464646. Windows color (decimal): -11254487 or 2704724. OLE color: 2704724.

HSL color Cylindrical-coordinate representation of color #544529: hue angle of 39.07º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #544529 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB846941-
CMYK00.180.510.67
HSL39.07º34.4%24.51%-
HSV(B)39.07º51.19%32.94%-
XYZ6.186.32.99-
YUV70.29111.47137.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.30%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 41 (16.41% from 255) = 21.13%
R=43.30%
G=35.57%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84694100.180.510.6739.0734.424.51
Hex5445290123343272219
Octal1241055102263103474231
Binary10101001000101101001010010110011100001110011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544529; }

 p { color: rgb(84,69,41); }

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

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

 a { background-color: rgb(84,69,41); }

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

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

 span { border-color: rgb(84,69,41); }

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