#55493A

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

Shades of Metallic Bronze #55493A

Tints of Metallic Bronze #55493A

Color information

#55493A (or 0x55493A) is unknown color: approx Metallic Bronze. HEX triplet: 55, 49 and 3A. RGB value is (85,73,58). Sum of RGB (Red+Green+Blue) = 85+73+58=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #55493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55493A is #AAB6C5. Grayscale: #4A4A4A. Windows color (decimal): -11187910 or 3819861. OLE color: 3819861.

HSL color Cylindrical-coordinate representation of color #55493A: hue angle of 33.33º 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 #55493A is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB857358-
CMYK00.140.320.67
HSL33.33º18.88%28.04%-
HSV(B)33.33º31.76%33.33%-
XYZ6.8974.99-
YUV74.88118.48135.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.35%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 58 (23.05% from 255) = 26.85%
R=39.35%
G=33.80%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85735800.140.320.6733.3318.8828.04
Hex55493A0E204321131c
Octal1251117201640103412334
Binary101010110010011110100111010000010000111000011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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