Html Css Color HEX #4D483E Metallic Bronze

📋 copy color: '#4D483E'

red 77 ◦ green 72 ◦ blue 62

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

Shades of Metallic Bronze #4D483E

Tints of Metallic Bronze #4D483E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.12%

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

R = 36.49%
G = 34.12%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.70

RGB Variations

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

Color information

#4D483E (or 0x4D483E) is known color: Metallic Bronze. HEX triplet: 4D, 48 and 3E. RGB value is (77,72,62). Sum of RGB (Red+Green+Blue) = 77+72+62=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 77 - color contains mainly: red. Hex color #4D483E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D483E is #B2B7C1. Grayscale: #484848. Windows color (decimal): -11712450 or 4081741. OLE color: 4081741.

HSL color Cylindrical-coordinate representation of color #4D483E: hue angle of 40º 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 #4D483E is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 72 62 -
CMYK 0 0.06 0.19 0.70
HSL 40º 0.11% 0.27% -
HSV(B) 40º 0.19% 0.3% -
XYZ 6.25 6.56 5.49 -
YUV 72.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 77 72 62 0 0.06 0.19 0.70 40 0.11 0.27
Hex 4D 48 3E 0 6 13 46 28 B 1B
Octal 115 110 76 0 6 23 106 50 13 33
Binary 1001101 1001000 111110 0 110 10011 1000110 101000 1011 11011

Color Harmonies of #4D483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D483E

Black with #4D483E

Text Example


Text Example

White with #4D483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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