#554C36

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

Shades of Punga #554C36

Tints of Punga #554C36

Color information

#554C36 (or 0x554C36) is unknown color: approx Punga. HEX triplet: 55, 4C and 36. RGB value is (85,76,54). Sum of RGB (Red+Green+Blue) = 85+76+54=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #554C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C36 is #AAB3C9. Grayscale: #4C4C4C. Windows color (decimal): -11187146 or 3558485. OLE color: 3558485.

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

Color convert

RGB857654-
CMYK00.110.360.67
HSL42.58º22.3%27.25%-
HSV(B)42.58º36.47%33.33%-
XYZ77.374.54-
YUV76.18115.48134.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 76 (30.08% from 255) = 35.35%
BLUE value IS 54 (21.48% from 255) = 25.12%
R=39.53%
G=35.35%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85765400.110.360.6742.5822.327.25
Hex554C360B24432b161b
Octal1251146601344103532633
Binary101010110011001101100101110010010000111010111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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