#544930

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

Shades of Punga #544930

Tints of Punga #544930

Color information

#544930 (or 0x544930) is unknown color: approx Punga. HEX triplet: 54, 49 and 30. RGB value is (84,73,48). Sum of RGB (Red+Green+Blue) = 84+73+48=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 84 - color contains mainly: red. Hex color #544930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544930 is #ABB6CF. Grayscale: #494949. Windows color (decimal): -11253456 or 3164500. OLE color: 3164500.

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

Color convert

RGB847348-
CMYK00.130.430.67
HSL41.67º27.27%25.88%-
HSV(B)41.67º42.86%32.94%-
XYZ6.576.863.77-
YUV73.44113.64135.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.98%
GREEN value IS 73 (28.91% from 255) = 35.61%
BLUE value IS 48 (19.14% from 255) = 23.41%
R=40.98%
G=35.61%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84734800.130.430.6741.6727.2725.88
Hex5449300D2B432a1b1a
Octal1241116001553103523332
Binary101010010010011100000110110101110000111010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544930; }

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

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

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

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

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

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

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

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