#4E3C26

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

Shades of Deep Bronze #4E3C26

Tints of Deep Bronze #4E3C26

Color information

#4E3C26 (or 0x4E3C26) is unknown color: approx Deep Bronze. HEX triplet: 4E, 3C and 26. RGB value is (78,60,38). Sum of RGB (Red+Green+Blue) = 78+60+38=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3C26 is #B1C3D9. Grayscale: #3E3E3E. Windows color (decimal): -11650010 or 2505806. OLE color: 2505806.

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

Color convert

RGB786038-
CMYK00.230.510.69
HSL33º34.48%22.75%-
HSV(B)33º51.28%30.59%-
XYZ5.114.992.53-
YUV62.87113.96138.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.32%
GREEN value IS 60 (23.83% from 255) = 34.09%
BLUE value IS 38 (15.23% from 255) = 21.59%
R=44.32%
G=34.09%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78603800.230.510.693334.4822.75
Hex4E3C260173345212217
Octal116744602763105414227
Binary1001110111100100110010111110011100010110000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,60,38); }

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

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

 a { background-color: rgb(78,60,38); }

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

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

 span { border-color: rgb(78,60,38); }

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