Html Css Color HEX #574935 Metallic Bronze

📋 copy color: '#574935'

red 87 ◦ green 73 ◦ blue 53

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

Shades of Metallic Bronze #574935

Tints of Metallic Bronze #574935

RGB

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

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

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

R = 40.85%
G = 34.27%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.66

RGB Variations

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

Color information

#574935 (or 0x574935) is known color: Metallic Bronze. HEX triplet: 57, 49 and 35. RGB value is (87,73,53). Sum of RGB (Red+Green+Blue) = 87+73+53=213 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.85% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 87 - color contains mainly: red. Hex color #574935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574935 is #A8B6CA. Grayscale: #4B4B4B. Windows color (decimal): -11056843 or 3492183. OLE color: 3492183.

HSL color Cylindrical-coordinate representation of color #574935: hue angle of 35.29º 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 #574935 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 73 53 -
CMYK 0 0.16 0.39 0.66
HSL 35.29º 0.24% 0.27% -
HSV(B) 35.29º 0.39% 0.34% -
XYZ 6.96 7.05 4.36 -
YUV 74.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 87 73 53 0 0.16 0.39 0.66 35.29 0.24 0.27
Hex 57 49 35 0 10 27 42 23 18 1B
Octal 127 111 65 0 20 47 102 43 30 33
Binary 1010111 1001001 110101 0 10000 100111 1000010 100011 11000 11011

Color Harmonies of #574935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574935

Black with #574935

Text Example


Text Example

White with #574935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574935; }

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

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

background-color css

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

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

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

border-color css

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

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

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