#58493A

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

Shades of Metallic Bronze #58493A

Tints of Metallic Bronze #58493A

Color information

#58493A (or 0x58493A) is unknown color: approx Metallic Bronze. HEX triplet: 58, 49 and 3A. RGB value is (88,73,58). Sum of RGB (Red+Green+Blue) = 88+73+58=219 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40.18% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 88 - color contains mainly: red. Hex color #58493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58493A is #A7B6C5. Grayscale: #4B4B4B. Windows color (decimal): -10991302 or 3819864. OLE color: 3819864.

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

Color convert

RGB887358-
CMYK00.170.340.65
HSL30º20.55%28.63%-
HSV(B)30º34.09%34.51%-
XYZ7.177.155-
YUV75.77117.97136.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.18%
GREEN value IS 73 (28.91% from 255) = 33.33%
BLUE value IS 58 (23.05% from 255) = 26.48%
R=40.18%
G=33.33%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88735800.170.340.653020.5528.63
Hex58493A01122411e151d
Octal1301117202142101362535
Binary101100010010011110100100011000101000001111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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