Html Css Color HEX #4E4129 Deep Bronze

📋 copy color: '#4E4129'

red 78 ◦ green 65 ◦ blue 41

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

Shades of Deep Bronze #4E4129

Tints of Deep Bronze #4E4129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.33%

 BLUE value IS 41 (16.41% from 255) = 22.28%

R = 42.39%
G = 35.33%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#4E4129 (or 0x4E4129) is known color: Deep Bronze. HEX triplet: 4E, 41 and 29. RGB value is (78,65,41). Sum of RGB (Red+Green+Blue) = 78+65+41=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 41 (16.41% from 255 or 22.28% from 184); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4129 is #B1BED6. Grayscale: #424242. Windows color (decimal): -11648727 or 2703694. OLE color: 2703694.

HSL color Cylindrical-coordinate representation of color #4E4129: hue angle of 38.92º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E4129 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 65 41 -
CMYK 0 0.17 0.47 0.69
HSL 38.92º 0.31% 0.23% -
HSV(B) 38.92º 0.47% 0.31% -
XYZ 5.43 5.56 2.88 -
YUV 66.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 78 65 41 0 0.17 0.47 0.69 38.92 0.31 0.23
Hex 4E 41 29 0 11 2F 45 27 1F 17
Octal 116 101 51 0 21 57 105 47 37 27
Binary 1001110 1000001 101001 0 10001 101111 1000101 100111 11111 10111

Color Harmonies of #4E4129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4129

Black with #4E4129

Text Example


Text Example

White with #4E4129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,65,41); }

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

background-color css

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

 a { background-color: rgb(78,65,41); }

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

border-color css

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

 span { border-color: rgb(78,65,41); }

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