#554839

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

Shades of Metallic Bronze #554839

Tints of Metallic Bronze #554839

Color information

#554839 (or 0x554839) is unknown color: approx Metallic Bronze. HEX triplet: 55, 48 and 39. RGB value is (85,72,57). Sum of RGB (Red+Green+Blue) = 85+72+57=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #554839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #554839 is #AAB7C6. Grayscale: #4A4A4A. Windows color (decimal): -11188167 or 3754069. OLE color: 3754069.

HSL color Cylindrical-coordinate representation of color #554839: hue angle of 32.14º 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 #554839 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB857257-
CMYK00.150.330.67
HSL32.14º19.72%27.84%-
HSV(B)32.14º32.94%33.33%-
XYZ6.86.864.84-
YUV74.18118.31135.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 57 (22.66% from 255) = 26.64%
R=39.72%
G=33.64%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85725700.150.330.6732.1419.7227.84
Hex5548390F214320141c
Octal1251107101741103402434
Binary101010110010001110010111110000110000111000001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554839; }

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

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

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

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

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

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

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

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