Html Css Color HEX #4D463B Metallic Bronze

📋 copy color: '#4D463B'

red 77 ◦ green 70 ◦ blue 59

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

Shades of Metallic Bronze #4D463B

Tints of Metallic Bronze #4D463B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.98%

 BLUE value IS 59 (23.44% from 255) = 28.64%

R = 37.38%
G = 33.98%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.70

RGB Variations

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

Color information

#4D463B (or 0x4D463B) is known color: Metallic Bronze. HEX triplet: 4D, 46 and 3B. RGB value is (77,70,59). Sum of RGB (Red+Green+Blue) = 77+70+59=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 77 - color contains mainly: red. Hex color #4D463B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D463B is #B2B9C4. Grayscale: #464646. Windows color (decimal): -11712965 or 3884621. OLE color: 3884621.

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

Color convert

RGB 77 70 59 -
CMYK 0 0.09 0.23 0.70
HSL 36.67º 0.13% 0.27% -
HSV(B) 36.67º 0.23% 0.3% -
XYZ 6.04 6.27 5.03 -
YUV 70.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 77 70 59 0 0.09 0.23 0.70 36.67 0.13 0.27
Hex 4D 46 3B 0 9 17 46 25 D 1B
Octal 115 106 73 0 11 27 106 45 15 33
Binary 1001101 1000110 111011 0 1001 10111 1000110 100101 1101 11011

Color Harmonies of #4D463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D463B

Black with #4D463B

Text Example


Text Example

White with #4D463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,70,59); }

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

background-color css

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

 a { background-color: rgb(77,70,59); }

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

border-color css

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

 span { border-color: rgb(77,70,59); }

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