#544729

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

Shades of Punga #544729

Tints of Punga #544729

Color information

#544729 (or 0x544729) is unknown color: approx Punga. HEX triplet: 54, 47 and 29. RGB value is (84,71,41). Sum of RGB (Red+Green+Blue) = 84+71+41=196 (25% of max value = 765). Red value is 84 (33.20% from 255 or 42.86% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 84 - color contains mainly: red. Hex color #544729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544729 is #ABB8D6. Grayscale: #474747. Windows color (decimal): -11253975 or 2705236. OLE color: 2705236.

HSL color Cylindrical-coordinate representation of color #544729: hue angle of 41.86º 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 #544729 is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB847141-
CMYK00.150.510.67
HSL41.86º34.4%24.51%-
HSV(B)41.86º51.19%32.94%-
XYZ6.316.553.03-
YUV71.47110.81136.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.86%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 41 (16.41% from 255) = 20.92%
R=42.86%
G=36.22%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84714100.150.510.6741.8634.424.51
Hex5447290F33432a2219
Octal1241075101763103524231
Binary1010100100011110100101111110011100001110101010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544729; }

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

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

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

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

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

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

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

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