#58493B

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

Shades of Metallic Bronze #58493B

Tints of Metallic Bronze #58493B

Color information

#58493B (or 0x58493B) is unknown color: approx Metallic Bronze. HEX triplet: 58, 49 and 3B. RGB value is (88,73,59). Sum of RGB (Red+Green+Blue) = 88+73+59=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 88 - color contains mainly: red. Hex color #58493B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58493B is #A7B6C4. Grayscale: #4B4B4B. Windows color (decimal): -10991301 or 3885400. OLE color: 3885400.

HSL color Cylindrical-coordinate representation of color #58493B: hue angle of 28.97º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #58493B is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB887359-
CMYK00.170.330.65
HSL28.97º19.73%28.82%-
HSV(B)28.97º32.95%34.51%-
XYZ7.27.165.14-
YUV75.89118.47136.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 59 (23.44% from 255) = 26.82%
R=40%
G=33.18%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88735900.170.330.6528.9719.7328.82
Hex58493B01121411d141d
Octal1301117302141101352435
Binary101100010010011110110100011000011000001111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58493B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58493B; }

 p { color: rgb(88,73,59); }

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

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

 a { background-color: rgb(88,73,59); }

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

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

 span { border-color: rgb(88,73,59); }

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