#554A2C

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

Shades of Punga #554A2C

Tints of Punga #554A2C

Color information

#554A2C (or 0x554A2C) is unknown color: approx Punga. HEX triplet: 55, 4A and 2C. RGB value is (85,74,44). Sum of RGB (Red+Green+Blue) = 85+74+44=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #554A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A2C is #AAB5D3. Grayscale: #4A4A4A. Windows color (decimal): -11187668 or 2902613. OLE color: 2902613.

HSL color Cylindrical-coordinate representation of color #554A2C: hue angle of 43.9º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #554A2C is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB857444-
CMYK00.130.480.67
HSL43.9º31.78%25.29%-
HSV(B)43.9º48.24%33.33%-
XYZ6.657.013.39-
YUV73.87111.14135.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 74 (29.30% from 255) = 36.45%
BLUE value IS 44 (17.58% from 255) = 21.67%
R=41.87%
G=36.45%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85744400.130.480.6743.931.7825.29
Hex554A2C0D30432c2019
Octal1251125401560103544031
Binary1010101100101010110001101110000100001110110010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,74,44); }

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

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

 a { background-color: rgb(85,74,44); }

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

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

 span { border-color: rgb(85,74,44); }

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