#554C3D

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

Shades of Metallic Bronze #554C3D

Tints of Metallic Bronze #554C3D

Color information

#554C3D (or 0x554C3D) is unknown color: approx Metallic Bronze. HEX triplet: 55, 4C and 3D. RGB value is (85,76,61). Sum of RGB (Red+Green+Blue) = 85+76+61=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #554C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554C3D is #AAB3C2. Grayscale: #4D4D4D. Windows color (decimal): -11187139 or 4017237. OLE color: 4017237.

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

Color convert

RGB857661-
CMYK00.110.280.67
HSL37.5º16.44%28.63%-
HSV(B)37.5º28.24%33.33%-
XYZ7.177.445.47-
YUV76.98118.98133.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 61 (24.22% from 255) = 27.48%
R=38.29%
G=34.23%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85766100.110.280.6737.516.4428.63
Hex554C3D0B1C4326101d
Octal1251147501334103462035
Binary10101011001100111101010111110010000111001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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