#55473A

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

Shades of Metallic Bronze #55473A

Tints of Metallic Bronze #55473A

Color information

#55473A (or 0x55473A) is unknown color: approx Metallic Bronze. HEX triplet: 55, 47 and 3A. RGB value is (85,71,58). Sum of RGB (Red+Green+Blue) = 85+71+58=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #55473A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55473A is #AAB8C5. Grayscale: #494949. Windows color (decimal): -11188422 or 3819349. OLE color: 3819349.

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

Color convert

RGB857158-
CMYK00.160.320.67
HSL28.89º18.88%28.04%-
HSV(B)28.89º31.76%33.33%-
XYZ6.766.744.95-
YUV73.7119.14136.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 71 (28.12% from 255) = 33.18%
BLUE value IS 58 (23.05% from 255) = 27.10%
R=39.72%
G=33.18%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85715800.160.320.6728.8918.8828.04
Hex55473A01020431d131c
Octal1251077202040103352334
Binary101010110001111110100100001000001000011111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55473A; }

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

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

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

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

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

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

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

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