Html Css Color HEX #574735 Metallic Bronze

📋 copy color: '#574735'

red 87 ◦ green 71 ◦ blue 53

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

Shades of Metallic Bronze #574735

Tints of Metallic Bronze #574735

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.65%

 BLUE value IS 53 (21.09% from 255) = 25.12%

R = 41.23%
G = 33.65%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.66

RGB Variations

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

Color information

#574735 (or 0x574735) is known color: Metallic Bronze. HEX triplet: 57, 47 and 35. RGB value is (87,71,53). Sum of RGB (Red+Green+Blue) = 87+71+53=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 87 - color contains mainly: red. Hex color #574735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574735 is #A8B8CA. Grayscale: #494949. Windows color (decimal): -11057355 or 3491671. OLE color: 3491671.

HSL color Cylindrical-coordinate representation of color #574735: hue angle of 31.76º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #574735 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 71 53 -
CMYK 0 0.18 0.39 0.66
HSL 31.76º 0.24% 0.27% -
HSV(B) 31.76º 0.39% 0.34% -
XYZ 6.83 6.79 4.32 -
YUV 73.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 87 71 53 0 0.18 0.39 0.66 31.76 0.24 0.27
Hex 57 47 35 0 12 27 42 20 18 1B
Octal 127 107 65 0 22 47 102 40 30 33
Binary 1010111 1000111 110101 0 10010 100111 1000010 100000 11000 11011

Color Harmonies of #574735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574735

Black with #574735

Text Example


Text Example

White with #574735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574735; }

 p { color: rgb(87,71,53); }

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

background-color css

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

 a { background-color: rgb(87,71,53); }

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

border-color css

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

 span { border-color: rgb(87,71,53); }

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