Html Css Color HEX #574C3F Metallic Bronze

📋 copy color: '#574C3F'

red 87 ◦ green 76 ◦ blue 63

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

Shades of Metallic Bronze #574C3F

Tints of Metallic Bronze #574C3F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.63%

 BLUE value IS 63 (25% from 255) = 27.88%

R = 38.5%
G = 33.63%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#574C3F (or 0x574C3F) is known color: Metallic Bronze. HEX triplet: 57, 4C and 3F. RGB value is (87,76,63). Sum of RGB (Red+Green+Blue) = 87+76+63=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 87 - color contains mainly: red. Hex color #574C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C3F is #A8B3C0. Grayscale: #4D4D4D. Windows color (decimal): -11056065 or 4148311. OLE color: 4148311.

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

Color convert

RGB 87 76 63 -
CMYK 0 0.13 0.28 0.66
HSL 32.5º 0.16% 0.29% -
HSV(B) 32.5º 0.28% 0.34% -
XYZ 7.41 7.55 5.77 -
YUV 77.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 87 76 63 0 0.13 0.28 0.66 32.5 0.16 0.29
Hex 57 4C 3F 0 D 1C 42 20 10 1D
Octal 127 114 77 0 15 34 102 40 20 35
Binary 1010111 1001100 111111 0 1101 11100 1000010 100000 10000 11101

Color Harmonies of #574C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C3F

Black with #574C3F

Text Example


Text Example

White with #574C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,76,63); }

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

background-color css

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

 a { background-color: rgb(87,76,63); }

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

border-color css

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

 span { border-color: rgb(87,76,63); }

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