#554C39

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

Shades of Punga #554C39

Tints of Punga #554C39

Color information

#554C39 (or 0x554C39) is unknown color: approx Punga. HEX triplet: 55, 4C and 39. RGB value is (85,76,57). Sum of RGB (Red+Green+Blue) = 85+76+57=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #554C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C39 is #AAB3C6. Grayscale: #4C4C4C. Windows color (decimal): -11187143 or 3755093. OLE color: 3755093.

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

Color convert

RGB857657-
CMYK00.110.330.67
HSL40.71º19.72%27.84%-
HSV(B)40.71º32.94%33.33%-
XYZ7.077.44.93-
YUV76.52116.98134.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 57 (22.66% from 255) = 26.15%
R=38.99%
G=34.86%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85765700.110.330.6740.7119.7227.84
Hex554C390B214329141c
Octal1251147101341103512434
Binary101010110011001110010101110000110000111010011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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