#544528

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

Shades of Punga #544528

Tints of Punga #544528

Color information

#544528 (or 0x544528) is unknown color: approx Punga. HEX triplet: 54, 45 and 28. RGB value is (84,69,40). Sum of RGB (Red+Green+Blue) = 84+69+40=193 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.52% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 84 - color contains mainly: red. Hex color #544528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544528 is #ABBAD7. Grayscale: #464646. Windows color (decimal): -11254488 or 2639188. OLE color: 2639188.

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

Color convert

RGB846940-
CMYK00.180.520.67
HSL39.55º35.48%24.31%-
HSV(B)39.55º52.38%32.94%-
XYZ6.176.292.9-
YUV70.18110.97137.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.52%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 40 (16.02% from 255) = 20.73%
R=43.52%
G=35.75%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84694000.180.520.6739.5535.4824.31
Hex5445280123443282318
Octal1241055002264103504330
Binary10101001000101101000010010110100100001110100010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544528; }

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

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

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

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

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

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

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

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