#554C35

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

Shades of Punga #554C35

Tints of Punga #554C35

Color information

#554C35 (or 0x554C35) is unknown color: approx Punga. HEX triplet: 55, 4C and 35. RGB value is (85,76,53). Sum of RGB (Red+Green+Blue) = 85+76+53=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #554C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C35 is #AAB3CA. Grayscale: #4C4C4C. Windows color (decimal): -11187147 or 3492949. OLE color: 3492949.

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

Color convert

RGB857653-
CMYK00.110.380.67
HSL43.13º23.19%27.06%-
HSV(B)43.13º37.65%33.33%-
XYZ6.977.364.42-
YUV76.07114.98134.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 76 (30.08% from 255) = 35.51%
BLUE value IS 53 (21.09% from 255) = 24.77%
R=39.72%
G=35.51%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85765300.110.380.6743.1323.1927.06
Hex554C350B26432b171b
Octal1251146501346103532733
Binary101010110011001101010101110011010000111010111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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