Html Css Color HEX #57493A Metallic Bronze

📋 copy color: '#57493A'

red 87 ◦ green 73 ◦ blue 58

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

Shades of Metallic Bronze #57493A

Tints of Metallic Bronze #57493A

RGB

 RED value IS 87 (34.38% from 255) = 39.91%

 GREEN value IS 73 (28.91% from 255) = 33.49%

 BLUE value IS 58 (23.05% from 255) = 26.61%

R = 39.91%
G = 33.49%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#57493A (or 0x57493A) is known color: Metallic Bronze. HEX triplet: 57, 49 and 3A. RGB value is (87,73,58). Sum of RGB (Red+Green+Blue) = 87+73+58=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 87 - color contains mainly: red. Hex color #57493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57493A is #A8B6C5. Grayscale: #4B4B4B. Windows color (decimal): -11056838 or 3819863. OLE color: 3819863.

HSL color Cylindrical-coordinate representation of color #57493A: hue angle of 31.03º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57493A is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 73 58 -
CMYK 0 0.16 0.33 0.66
HSL 31.03º 0.2% 0.28% -
HSV(B) 31.03º 0.33% 0.34% -
XYZ 7.08 7.1 5 -
YUV 75.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 87 73 58 0 0.16 0.33 0.66 31.03 0.2 0.28
Hex 57 49 3A 0 10 21 42 1F 14 1C
Octal 127 111 72 0 20 41 102 37 24 34
Binary 1010111 1001001 111010 0 10000 100001 1000010 11111 10100 11100

Color Harmonies of #57493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57493A

Black with #57493A

Text Example


Text Example

White with #57493A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #57493A;
 }
 .AnyTagClassName
 {
   color: #57493A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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