#544628

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

Shades of Punga #544628

Tints of Punga #544628

Color information

#544628 (or 0x544628) is unknown color: approx Punga. HEX triplet: 54, 46 and 28. RGB value is (84,70,40). Sum of RGB (Red+Green+Blue) = 84+70+40=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 84 - color contains mainly: red. Hex color #544628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544628 is #ABB9D7. Grayscale: #464646. Windows color (decimal): -11254232 or 2639444. OLE color: 2639444.

HSL color Cylindrical-coordinate representation of color #544628: hue angle of 40.91º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #544628 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB847040-
CMYK00.170.520.67
HSL40.91º35.48%24.31%-
HSV(B)40.91º52.38%32.94%-
XYZ6.236.422.92-
YUV70.77110.64137.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.30%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 40 (16.02% from 255) = 20.62%
R=43.30%
G=36.08%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84704000.170.520.6740.9135.4824.31
Hex5446280113443292318
Octal1241065002164103514330
Binary10101001000110101000010001110100100001110100110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544628; }

 p { color: rgb(84,70,40); }

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

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

 a { background-color: rgb(84,70,40); }

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

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

 span { border-color: rgb(84,70,40); }

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