Html Css Color HEX #4E483D Metallic Bronze

📋 copy color: '#4E483D'

red 78 ◦ green 72 ◦ blue 61

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

Shades of Metallic Bronze #4E483D

Tints of Metallic Bronze #4E483D

RGB

 RED value IS 78 (30.86% from 255) = 36.97%

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

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

R = 36.97%
G = 34.12%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#4E483D (or 0x4E483D) is known color: Metallic Bronze. HEX triplet: 4E, 48 and 3D. RGB value is (78,72,61). Sum of RGB (Red+Green+Blue) = 78+72+61=211 (27% of max value = 765). Red value is 78 (30.86% from 255 or 36.97% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 78 - color contains mainly: red. Hex color #4E483D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E483D is #B1B7C2. Grayscale: #484848. Windows color (decimal): -11646915 or 4016206. OLE color: 4016206.

HSL color Cylindrical-coordinate representation of color #4E483D: hue angle of 38.82º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4E483D is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 72 61 -
CMYK 0 0.08 0.22 0.69
HSL 38.82º 0.12% 0.27% -
HSV(B) 38.82º 0.22% 0.31% -
XYZ 6.3 6.59 5.36 -
YUV 72.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 78 72 61 0 0.08 0.22 0.69 38.82 0.12 0.27
Hex 4E 48 3D 0 8 16 45 27 C 1B
Octal 116 110 75 0 10 26 105 47 14 33
Binary 1001110 1001000 111101 0 1000 10110 1000101 100111 1100 11011

Color Harmonies of #4E483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E483D

Black with #4E483D

Text Example


Text Example

White with #4E483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,72,61); }

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

background-color css

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

 a { background-color: rgb(78,72,61); }

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

border-color css

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

 span { border-color: rgb(78,72,61); }

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