#554937

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

Shades of Metallic Bronze #554937

Tints of Metallic Bronze #554937

Color information

#554937 (or 0x554937) is unknown color: approx Metallic Bronze. HEX triplet: 55, 49 and 37. RGB value is (85,73,55). Sum of RGB (Red+Green+Blue) = 85+73+55=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #554937 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554937 is #AAB6C8. Grayscale: #4A4A4A. Windows color (decimal): -11187913 or 3623253. OLE color: 3623253.

HSL color Cylindrical-coordinate representation of color #554937: hue angle of 36º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #554937 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB857355-
CMYK00.140.350.67
HSL36º21.43%27.45%-
HSV(B)36º35.29%33.33%-
XYZ6.826.974.6-
YUV74.54116.98135.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 55 (21.88% from 255) = 25.82%
R=39.91%
G=34.27%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85735500.140.350.673621.4327.45
Hex5549370E234324151b
Octal1251116701643103442533
Binary101010110010011101110111010001110000111001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554937; }

 p { color: rgb(85,73,55); }

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

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

 a { background-color: rgb(85,73,55); }

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

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

 span { border-color: rgb(85,73,55); }

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