Html Css Color HEX #4D473E Metallic Bronze

📋 copy color: '#4D473E'

red 77 ◦ green 71 ◦ blue 62

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

Shades of Metallic Bronze #4D473E

Tints of Metallic Bronze #4D473E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.52%

R = 36.67%
G = 33.81%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.70

RGB Variations

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

Color information

#4D473E (or 0x4D473E) is known color: Metallic Bronze. HEX triplet: 4D, 47 and 3E. RGB value is (77,71,62). Sum of RGB (Red+Green+Blue) = 77+71+62=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 77 - color contains mainly: red. Hex color #4D473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D473E is #B2B8C1. Grayscale: #474747. Windows color (decimal): -11712706 or 4081485. OLE color: 4081485.

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

Color convert

RGB 77 71 62 -
CMYK 0 0.08 0.19 0.70
HSL 36º 0.11% 0.27% -
HSV(B) 36º 0.19% 0.3% -
XYZ 6.18 6.43 5.47 -
YUV 71.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 77 71 62 0 0.08 0.19 0.70 36 0.11 0.27
Hex 4D 47 3E 0 8 13 46 24 B 1B
Octal 115 107 76 0 10 23 106 44 13 33
Binary 1001101 1000111 111110 0 1000 10011 1000110 100100 1011 11011

Color Harmonies of #4D473E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D473E

Black with #4D473E

Text Example


Text Example

White with #4D473E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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