Html Css Color HEX #58493B Metallic Bronze

📋 copy color: '#58493B'

red 88 ◦ green 73 ◦ blue 59

#58493B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Bronze #58493B

Tints of Metallic Bronze #58493B

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 value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#58493B (or 0x58493B) is known color: 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

RGB 88 73 59 -
CMYK 0 0.17 0.33 0.65
HSL 28.97º 0.2% 0.29% -
HSV(B) 28.97º 0.33% 0.35% -
XYZ 7.2 7.16 5.14 -
YUV 75.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 88 73 59 0 0.17 0.33 0.65 28.97 0.2 0.29
Hex 58 49 3B 0 11 21 41 1D 14 1D
Octal 130 111 73 0 21 41 101 35 24 35
Binary 1011000 1001001 111011 0 10001 100001 1000001 11101 10100 11101

Color Harmonies of #58493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58493B

Black with #58493B

Text Example


Text Example

White with #58493B

Text Example


Text Example

HTML Codes & Css Web 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>