#544B37

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

Shades of Punga #544B37

Tints of Punga #544B37

Color information

#544B37 (or 0x544B37) is unknown color: approx Punga. HEX triplet: 54, 4B and 37. RGB value is (84,75,55). Sum of RGB (Red+Green+Blue) = 84+75+55=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 84 - color contains mainly: red. Hex color #544B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B37 is #ABB4C8. Grayscale: #4B4B4B. Windows color (decimal): -11252937 or 3623764. OLE color: 3623764.

HSL color Cylindrical-coordinate representation of color #544B37: hue angle of 41.38º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #544B37 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB847555-
CMYK00.110.350.67
HSL41.38º20.86%27.25%-
HSV(B)41.38º34.52%32.94%-
XYZ6.867.194.64-
YUV75.41116.48134.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.25%
GREEN value IS 75 (29.69% from 255) = 35.05%
BLUE value IS 55 (21.88% from 255) = 25.70%
R=39.25%
G=35.05%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84755500.110.350.6741.3820.8627.25
Hex544B370B234329151b
Octal1241136701343103512533
Binary101010010010111101110101110001110000111010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,75,55); }

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

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

 a { background-color: rgb(84,75,55); }

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

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

 span { border-color: rgb(84,75,55); }

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