Html Css Color HEX #574C3D Metallic Bronze

📋 copy color: '#574C3D'

red 87 ◦ green 76 ◦ blue 61

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

Shades of Metallic Bronze #574C3D

Tints of Metallic Bronze #574C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.23%

R = 38.84%
G = 33.93%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.66

RGB Variations

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

Color information

#574C3D (or 0x574C3D) is known color: Metallic Bronze. HEX triplet: 57, 4C and 3D. RGB value is (87,76,61). Sum of RGB (Red+Green+Blue) = 87+76+61=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #574C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C3D is #A8B3C2. Grayscale: #4D4D4D. Windows color (decimal): -11056067 or 4017239. OLE color: 4017239.

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

Color convert

RGB 87 76 61 -
CMYK 0 0.13 0.30 0.66
HSL 34.62º 0.18% 0.29% -
HSV(B) 34.62º 0.3% 0.34% -
XYZ 7.36 7.53 5.48 -
YUV 77.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 87 76 61 0 0.13 0.30 0.66 34.62 0.18 0.29
Hex 57 4C 3D 0 D 1E 42 23 12 1D
Octal 127 114 75 0 15 36 102 43 22 35
Binary 1010111 1001100 111101 0 1101 11110 1000010 100011 10010 11101

Color Harmonies of #574C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C3D

Black with #574C3D

Text Example


Text Example

White with #574C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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