Html Css Color HEX #574D3C Metallic Bronze

📋 copy color: '#574D3C'

red 87 ◦ green 77 ◦ blue 60

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

Shades of Metallic Bronze #574D3C

Tints of Metallic Bronze #574D3C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.38%

 BLUE value IS 60 (23.83% from 255) = 26.79%

R = 38.84%
G = 34.38%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#574D3C (or 0x574D3C) is known color: Metallic Bronze. HEX triplet: 57, 4D and 3C. RGB value is (87,77,60). Sum of RGB (Red+Green+Blue) = 87+77+60=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #574D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D3C is #A8B2C3. Grayscale: #4E4E4E. Windows color (decimal): -11055812 or 3951959. OLE color: 3951959.

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

Color convert

RGB 87 77 60 -
CMYK 0 0.11 0.31 0.66
HSL 37.78º 0.18% 0.29% -
HSV(B) 37.78º 0.31% 0.34% -
XYZ 7.4 7.66 5.36 -
YUV 78.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 87 77 60 0 0.11 0.31 0.66 37.78 0.18 0.29
Hex 57 4D 3C 0 B 1F 42 26 12 1D
Octal 127 115 74 0 13 37 102 46 22 35
Binary 1010111 1001101 111100 0 1011 11111 1000010 100110 10010 11101

Color Harmonies of #574D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D3C

Black with #574D3C

Text Example


Text Example

White with #574D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,77,60); }

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

background-color css

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

 a { background-color: rgb(87,77,60); }

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

border-color css

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

 span { border-color: rgb(87,77,60); }

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