#554C32

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

Shades of Punga #554C32

Tints of Punga #554C32

Color information

#554C32 (or 0x554C32) is unknown color: approx Punga. HEX triplet: 55, 4C and 32. RGB value is (85,76,50). Sum of RGB (Red+Green+Blue) = 85+76+50=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #554C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C32 is #AAB3CD. Grayscale: #4B4B4B. Windows color (decimal): -11187150 or 3296341. OLE color: 3296341.

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

Color convert

RGB857650-
CMYK00.110.410.67
HSL44.57º25.93%26.47%-
HSV(B)44.57º41.18%33.33%-
XYZ6.917.334.07-
YUV75.73113.48134.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.28%
GREEN value IS 76 (30.08% from 255) = 36.02%
BLUE value IS 50 (19.92% from 255) = 23.70%
R=40.28%
G=36.02%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85765000.110.410.6744.5725.9326.47
Hex554C320B29432d1a1a
Octal1251146201351103553232
Binary101010110011001100100101110100110000111011011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554C32; }

 p { color: rgb(85,76,50); }

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

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

 a { background-color: rgb(85,76,50); }

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

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

 span { border-color: rgb(85,76,50); }

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