Html Css Color HEX #57483A Metallic Bronze

📋 copy color: '#57483A'

red 87 ◦ green 72 ◦ blue 58

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

Shades of Metallic Bronze #57483A

Tints of Metallic Bronze #57483A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.18%

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

R = 40.09%
G = 33.18%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#57483A (or 0x57483A) is known color: Metallic Bronze. HEX triplet: 57, 48 and 3A. RGB value is (87,72,58). Sum of RGB (Red+Green+Blue) = 87+72+58=217 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.09% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 87 - color contains mainly: red. Hex color #57483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57483A is #A8B7C5. Grayscale: #4A4A4A. Windows color (decimal): -11057094 or 3819607. OLE color: 3819607.

HSL color Cylindrical-coordinate representation of color #57483A: hue angle of 28.97º 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 #57483A is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 72 58 -
CMYK 0 0.17 0.33 0.66
HSL 28.97º 0.2% 0.28% -
HSV(B) 28.97º 0.33% 0.34% -
XYZ 7.01 6.97 4.98 -
YUV 74.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 87 72 58 0 0.17 0.33 0.66 28.97 0.2 0.28
Hex 57 48 3A 0 11 21 42 1D 14 1C
Octal 127 110 72 0 21 41 102 35 24 34
Binary 1010111 1001000 111010 0 10001 100001 1000010 11101 10100 11100

Color Harmonies of #57483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57483A

Black with #57483A

Text Example


Text Example

White with #57483A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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