#554A3F

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

Shades of Metallic Bronze #554A3F

Tints of Metallic Bronze #554A3F

Color information

#554A3F (or 0x554A3F) is unknown color: approx Metallic Bronze. HEX triplet: 55, 4A and 3F. RGB value is (85,74,63). Sum of RGB (Red+Green+Blue) = 85+74+63=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 85 - color contains mainly: red. Hex color #554A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554A3F is #AAB5C0. Grayscale: #4C4C4C. Windows color (decimal): -11187649 or 4147797. OLE color: 4147797.

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

Color convert

RGB857463-
CMYK00.130.260.67
HSL30º14.86%29.02%-
HSV(B)30º25.88%33.33%-
XYZ7.097.195.72-
YUV76.04120.64134.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 74 (29.30% from 255) = 33.33%
BLUE value IS 63 (25% from 255) = 28.38%
R=38.29%
G=33.33%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85746300.130.260.673014.8629.02
Hex554A3F0D1A431ef1d
Octal1251127701532103361735
Binary101010110010101111110110111010100001111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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