#55483C

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

Shades of Metallic Bronze #55483C

Tints of Metallic Bronze #55483C

Color information

#55483C (or 0x55483C) is unknown color: approx Metallic Bronze. HEX triplet: 55, 48 and 3C. RGB value is (85,72,60). Sum of RGB (Red+Green+Blue) = 85+72+60=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #55483C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55483C is #AAB7C3. Grayscale: #4A4A4A. Windows color (decimal): -11188164 or 3950677. OLE color: 3950677.

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

Color convert

RGB857260-
CMYK00.150.290.67
HSL28.8º17.24%28.43%-
HSV(B)28.8º29.41%33.33%-
XYZ6.886.895.24-
YUV74.52119.81135.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.17%
GREEN value IS 72 (28.52% from 255) = 33.18%
BLUE value IS 60 (23.83% from 255) = 27.65%
R=39.17%
G=33.18%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85726000.150.290.6728.817.2428.43
Hex55483C0F1D431d111c
Octal1251107401735103352134
Binary1010101100100011110001111111011000011111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55483C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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