Html Css Color HEX #4C473D Metallic Bronze

📋 copy color: '#4C473D'

red 76 ◦ green 71 ◦ blue 61

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

Shades of Metallic Bronze #4C473D

Tints of Metallic Bronze #4C473D

RGB

 RED value IS 76 (30.08% from 255) = 36.54%

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

 BLUE value IS 61 (24.22% from 255) = 29.33%

R = 36.54%
G = 34.13%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.70

RGB Variations

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

Color information

#4C473D (or 0x4C473D) is known color: Metallic Bronze. HEX triplet: 4C, 47 and 3D. RGB value is (76,71,61). Sum of RGB (Red+Green+Blue) = 76+71+61=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 76 - color contains mainly: red. Hex color #4C473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C473D is #B3B8C2. Grayscale: #474747. Windows color (decimal): -11778243 or 4015948. OLE color: 4015948.

HSL color Cylindrical-coordinate representation of color #4C473D: 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.2%. Process color model (Four color, CMYK) of #4C473D is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 71 61 -
CMYK 0 0.07 0.20 0.70
HSL 40º 0.11% 0.27% -
HSV(B) 40º 0.2% 0.3% -
XYZ 6.08 6.38 5.33 -
YUV 71.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 76 71 61 0 0.07 0.20 0.70 40 0.11 0.27
Hex 4C 47 3D 0 7 14 46 28 B 1B
Octal 114 107 75 0 7 24 106 50 13 33
Binary 1001100 1000111 111101 0 111 10100 1000110 101000 1011 11011

Color Harmonies of #4C473D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C473D

Black with #4C473D

Text Example


Text Example

White with #4C473D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,71,61); }

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

background-color css

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

 a { background-color: rgb(76,71,61); }

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

border-color css

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

 span { border-color: rgb(76,71,61); }

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