#55493C

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

Shades of Metallic Bronze #55493C

Tints of Metallic Bronze #55493C

Color information

#55493C (or 0x55493C) is unknown color: approx Metallic Bronze. HEX triplet: 55, 49 and 3C. RGB value is (85,73,60). Sum of RGB (Red+Green+Blue) = 85+73+60=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 85 - color contains mainly: red. Hex color #55493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55493C is #AAB6C3. Grayscale: #4B4B4B. Windows color (decimal): -11187908 or 3950933. OLE color: 3950933.

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

Color convert

RGB857360-
CMYK00.140.290.67
HSL31.2º17.24%28.43%-
HSV(B)31.2º29.41%33.33%-
XYZ6.947.025.26-
YUV75.11119.48135.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 73 (28.91% from 255) = 33.49%
BLUE value IS 60 (23.83% from 255) = 27.52%
R=38.99%
G=33.49%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85736000.140.290.6731.217.2428.43
Hex55493C0E1D431f111c
Octal1251117401635103372134
Binary1010101100100111110001110111011000011111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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