Html Css Color HEX #4D473C Metallic Bronze

📋 copy color: '#4D473C'

red 77 ◦ green 71 ◦ blue 60

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

Shades of Metallic Bronze #4D473C

Tints of Metallic Bronze #4D473C

RGB

 RED value IS 77 (30.47% from 255) = 37.02%

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

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

R = 37.02%
G = 34.13%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4D473C (or 0x4D473C) is known color: Metallic Bronze. HEX triplet: 4D, 47 and 3C. RGB value is (77,71,60). Sum of RGB (Red+Green+Blue) = 77+71+60=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 77 - color contains mainly: red. Hex color #4D473C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D473C is #B2B8C3. Grayscale: #474747. Windows color (decimal): -11712708 or 3950413. OLE color: 3950413.

HSL color Cylindrical-coordinate representation of color #4D473C: hue angle of 38.82º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D473C is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 71 60 -
CMYK 0 0.08 0.22 0.70
HSL 38.82º 0.12% 0.27% -
HSV(B) 38.82º 0.22% 0.3% -
XYZ 6.13 6.41 5.19 -
YUV 71.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 77 71 60 0 0.08 0.22 0.70 38.82 0.12 0.27
Hex 4D 47 3C 0 8 16 46 27 C 1B
Octal 115 107 74 0 10 26 106 47 14 33
Binary 1001101 1000111 111100 0 1000 10110 1000110 100111 1100 11011

Color Harmonies of #4D473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D473C

Black with #4D473C

Text Example


Text Example

White with #4D473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D473C; }

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

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

background-color css

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

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

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

border-color css

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

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

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