#554C3A

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

Shades of Metallic Bronze #554C3A

Tints of Metallic Bronze #554C3A

Color information

#554C3A (or 0x554C3A) is unknown color: approx Metallic Bronze. HEX triplet: 55, 4C and 3A. RGB value is (85,76,58). Sum of RGB (Red+Green+Blue) = 85+76+58=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #554C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C3A is #AAB3C5. Grayscale: #4C4C4C. Windows color (decimal): -11187142 or 3820629. OLE color: 3820629.

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

Color convert

RGB857658-
CMYK00.110.320.67
HSL40º18.88%28.04%-
HSV(B)40º31.76%33.33%-
XYZ7.097.415.06-
YUV76.64117.48133.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 76 (30.08% from 255) = 34.70%
BLUE value IS 58 (23.05% from 255) = 26.48%
R=38.81%
G=34.70%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85765800.110.320.674018.8828.04
Hex554C3A0B204328131c
Octal1251147201340103502334
Binary101010110011001110100101110000010000111010001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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