#4E4132

Color #4E4132 Deep Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Bronze #4E4132

Tints of Deep Bronze #4E4132

Color information

#4E4132 (or 0x4E4132) is unknown color: approx Deep Bronze. HEX triplet: 4E, 41 and 32. RGB value is (78,65,50). Sum of RGB (Red+Green+Blue) = 78+65+50=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 50 (19.92% from 255 or 25.91% from 193); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4132 is #B1BECD. Grayscale: #434343. Windows color (decimal): -11648718 or 3293518. OLE color: 3293518.

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

Color convert

RGB786550-
CMYK00.170.360.69
HSL32.14º21.88%25.1%-
HSV(B)32.14º35.9%30.59%-
XYZ5.615.633.81-
YUV67.18118.31135.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.41%
GREEN value IS 65 (25.78% from 255) = 33.68%
BLUE value IS 50 (19.92% from 255) = 25.91%
R=40.41%
G=33.68%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78655000.170.360.6932.1421.8825.1
Hex4E41320112445201619
Octal1161016202144105402631
Binary1001110100000111001001000110010010001011000001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E4132;
 }
 .AnyTagClassName
 {
   color: #4E4132;
 }
</style>
background-color css

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

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

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

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

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

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