Html Css Color HEX #574934 Metallic Bronze

📋 copy color: '#574934'

red 87 ◦ green 73 ◦ blue 52

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

Shades of Metallic Bronze #574934

Tints of Metallic Bronze #574934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.53%

R = 41.04%
G = 34.43%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#574934 (or 0x574934) is known color: Metallic Bronze. HEX triplet: 57, 49 and 34. RGB value is (87,73,52). Sum of RGB (Red+Green+Blue) = 87+73+52=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 87 - color contains mainly: red. Hex color #574934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574934 is #A8B6CB. Grayscale: #4A4A4A. Windows color (decimal): -11056844 or 3426647. OLE color: 3426647.

HSL color Cylindrical-coordinate representation of color #574934: hue angle of 36º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #574934 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 73 52 -
CMYK 0 0.16 0.40 0.66
HSL 36º 0.25% 0.27% -
HSV(B) 36º 0.4% 0.34% -
XYZ 6.93 7.04 4.24 -
YUV 74.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 87 73 52 0 0.16 0.40 0.66 36 0.25 0.27
Hex 57 49 34 0 10 28 42 24 19 1B
Octal 127 111 64 0 20 50 102 44 31 33
Binary 1010111 1001001 110100 0 10000 101000 1000010 100100 11001 11011

Color Harmonies of #574934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574934

Black with #574934

Text Example


Text Example

White with #574934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574934; }

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

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

background-color css

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

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

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

border-color css

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

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

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