#544730

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

Shades of Punga #544730

Tints of Punga #544730

Color information

#544730 (or 0x544730) is unknown color: approx Punga. HEX triplet: 54, 47 and 30. RGB value is (84,71,48). Sum of RGB (Red+Green+Blue) = 84+71+48=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 84 - color contains mainly: red. Hex color #544730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544730 is #ABB8CF. Grayscale: #484848. Windows color (decimal): -11253968 or 3163988. OLE color: 3163988.

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

Color convert

RGB847148-
CMYK00.150.430.67
HSL38.33º27.27%25.88%-
HSV(B)38.33º42.86%32.94%-
XYZ6.446.63.73-
YUV72.26114.31136.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.38%
GREEN value IS 71 (28.12% from 255) = 34.98%
BLUE value IS 48 (19.14% from 255) = 23.65%
R=41.38%
G=34.98%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84714800.150.430.6738.3327.2725.88
Hex5447300F2B43261b1a
Octal1241076001753103463332
Binary101010010001111100000111110101110000111001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544730; }

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

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

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

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

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

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

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

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