#544A30

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

Shades of Punga #544A30

Tints of Punga #544A30

Color information

#544A30 (or 0x544A30) is unknown color: approx Punga. HEX triplet: 54, 4A and 30. RGB value is (84,74,48). Sum of RGB (Red+Green+Blue) = 84+74+48=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 84 - color contains mainly: red. Hex color #544A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544A30 is #ABB5CF. Grayscale: #4A4A4A. Windows color (decimal): -11253200 or 3164756. OLE color: 3164756.

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

Color convert

RGB847448-
CMYK00.120.430.67
HSL43.33º27.27%25.88%-
HSV(B)43.33º42.86%32.94%-
XYZ6.6473.8-
YUV74.03113.31135.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.78%
GREEN value IS 74 (29.30% from 255) = 35.92%
BLUE value IS 48 (19.14% from 255) = 23.30%
R=40.78%
G=35.92%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84744800.120.430.6743.3327.2725.88
Hex544A300C2B432b1b1a
Octal1241126001453103533332
Binary101010010010101100000110010101110000111010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544A30; }

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

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

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

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

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

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

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

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