Html Css Color HEX #574A3B Metallic Bronze

📋 copy color: '#574A3B'

red 87 ◦ green 74 ◦ blue 59

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

Shades of Metallic Bronze #574A3B

Tints of Metallic Bronze #574A3B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.64%

 BLUE value IS 59 (23.44% from 255) = 26.82%

R = 39.55%
G = 33.64%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.66

RGB Variations

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

Color information

#574A3B (or 0x574A3B) is known color: Metallic Bronze. HEX triplet: 57, 4A and 3B. RGB value is (87,74,59). Sum of RGB (Red+Green+Blue) = 87+74+59=220 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.55% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 87 - color contains mainly: red. Hex color #574A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A3B is #A8B5C4. Grayscale: #4C4C4C. Windows color (decimal): -11056581 or 3885655. OLE color: 3885655.

HSL color Cylindrical-coordinate representation of color #574A3B: hue angle of 32.14º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #574A3B is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 74 59 -
CMYK 0 0.15 0.32 0.66
HSL 32.14º 0.19% 0.29% -
HSV(B) 32.14º 0.32% 0.34% -
XYZ 7.17 7.24 5.16 -
YUV 76.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 87 74 59 0 0.15 0.32 0.66 32.14 0.19 0.29
Hex 57 4A 3B 0 F 20 42 20 13 1D
Octal 127 112 73 0 17 40 102 40 23 35
Binary 1010111 1001010 111011 0 1111 100000 1000010 100000 10011 11101

Color Harmonies of #574A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574A3B

Black with #574A3B

Text Example


Text Example

White with #574A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574A3B; }

 p { color: rgb(87,74,59); }

 H1.HeaderClassName
 {
   color: #574A3B;
 }
 .AnyTagClassName
 {
   color: #574A3B;
 }
</style>

background-color css

<style>
 a { background-color: #574A3B; }

 a { background-color: rgb(87,74,59); }

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

border-color css

<style>
 span { border-color: #574A3B; }

 span { border-color: rgb(87,74,59); }

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