#4E402B

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

Shades of Deep Bronze #4E402B

Tints of Deep Bronze #4E402B

Color information

#4E402B (or 0x4E402B) is unknown color: approx Deep Bronze. HEX triplet: 4E, 40 and 2B. RGB value is (78,64,43). Sum of RGB (Red+Green+Blue) = 78+64+43=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 78 - color contains mainly: red. Hex color #4E402B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E402B is #B1BFD4. Grayscale: #414141. Windows color (decimal): -11648981 or 2834510. OLE color: 2834510.

HSL color Cylindrical-coordinate representation of color #4E402B: hue angle of 36º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E402B is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB786443-
CMYK00.180.450.69
HSL36º28.93%23.73%-
HSV(B)36º44.87%30.59%-
XYZ5.415.463.05-
YUV65.79115.14136.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.16%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 43 (17.19% from 255) = 23.24%
R=42.16%
G=34.59%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78644300.180.450.693628.9323.73
Hex4E402B0122D45241d18
Octal1161005302255105443530
Binary1001110100000010101101001010110110001011001001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,64,43); }

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

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

 a { background-color: rgb(78,64,43); }

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

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

 span { border-color: rgb(78,64,43); }

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