#544731

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

Shades of Punga #544731

Tints of Punga #544731

Color information

#544731 (or 0x544731) is unknown color: approx Punga. HEX triplet: 54, 47 and 31. RGB value is (84,71,49). Sum of RGB (Red+Green+Blue) = 84+71+49=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 84 - color contains mainly: red. Hex color #544731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544731 is #ABB8CE. Grayscale: #484848. Windows color (decimal): -11253967 or 3229524. OLE color: 3229524.

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

Color convert

RGB847149-
CMYK00.150.420.67
HSL37.71º26.32%26.08%-
HSV(B)37.71º41.67%32.94%-
XYZ6.466.613.84-
YUV72.38114.81136.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.18%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 49 (19.53% from 255) = 24.02%
R=41.18%
G=34.80%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84714900.150.420.6737.7126.3226.08
Hex5447310F2A43261a1a
Octal1241076101752103463232
Binary101010010001111100010111110101010000111001101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544731; }

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

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

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

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

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

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

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

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