Html Css Color HEX #4D483F Metallic Bronze

📋 copy color: '#4D483F'

red 77 ◦ green 72 ◦ blue 63

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

Shades of Metallic Bronze #4D483F

Tints of Metallic Bronze #4D483F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.72%

R = 36.32%
G = 33.96%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#4D483F (or 0x4D483F) is known color: Metallic Bronze. HEX triplet: 4D, 48 and 3F. RGB value is (77,72,63). Sum of RGB (Red+Green+Blue) = 77+72+63=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 77 - color contains mainly: red. Hex color #4D483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D483F is #B2B7C0. Grayscale: #484848. Windows color (decimal): -11712449 or 4147277. OLE color: 4147277.

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

Color convert

RGB 77 72 63 -
CMYK 0 0.06 0.18 0.70
HSL 38.57º 0.1% 0.27% -
HSV(B) 38.57º 0.18% 0.3% -
XYZ 6.28 6.57 5.64 -
YUV 72.47 122.66 131.23 -
System Red Green Blue C M Y K H S L
Decimal 77 72 63 0 0.06 0.18 0.70 38.57 0.1 0.27
Hex 4D 48 3F 0 6 12 46 27 A 1B
Octal 115 110 77 0 6 22 106 47 12 33
Binary 1001101 1001000 111111 0 110 10010 1000110 100111 1010 11011

Color Harmonies of #4D483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D483F

Black with #4D483F

Text Example


Text Example

White with #4D483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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