#554739

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

Shades of Metallic Bronze #554739

Tints of Metallic Bronze #554739

Color information

#554739 (or 0x554739) is unknown color: approx Metallic Bronze. HEX triplet: 55, 47 and 39. RGB value is (85,71,57). Sum of RGB (Red+Green+Blue) = 85+71+57=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #554739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554739 is #AAB8C6. Grayscale: #494949. Windows color (decimal): -11188423 or 3753813. OLE color: 3753813.

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

Color convert

RGB857157-
CMYK00.160.330.67
HSL30º19.72%27.84%-
HSV(B)30º32.94%33.33%-
XYZ6.746.734.82-
YUV73.59118.64136.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 57 (22.66% from 255) = 26.76%
R=39.91%
G=33.33%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85715700.160.330.673019.7227.84
Hex55473901021431e141c
Octal1251077102041103362434
Binary101010110001111110010100001000011000011111101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554739; }

 p { color: rgb(85,71,57); }

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

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

 a { background-color: rgb(85,71,57); }

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

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

 span { border-color: rgb(85,71,57); }

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