#554932

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

Shades of Punga #554932

Tints of Punga #554932

Color information

#554932 (or 0x554932) is unknown color: approx Punga. HEX triplet: 55, 49 and 32. RGB value is (85,73,50). Sum of RGB (Red+Green+Blue) = 85+73+50=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #554932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554932 is #AAB6CD. Grayscale: #4A4A4A. Windows color (decimal): -11187918 or 3295573. OLE color: 3295573.

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

Color convert

RGB857350-
CMYK00.140.410.67
HSL39.43º25.93%26.47%-
HSV(B)39.43º41.18%33.33%-
XYZ6.76.934-
YUV73.97114.48135.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.87%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 50 (19.92% from 255) = 24.04%
R=40.87%
G=35.10%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85735000.140.410.6739.4325.9326.47
Hex5549320E2943271a1a
Octal1251116201651103473232
Binary101010110010011100100111010100110000111001111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554932; }

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

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

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

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

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

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

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

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