#4E3E23

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

Shades of Deep Bronze #4E3E23

Tints of Deep Bronze #4E3E23

Color information

#4E3E23 (or 0x4E3E23) is unknown color: approx Deep Bronze. HEX triplet: 4E, 3E and 23. RGB value is (78,62,35). Sum of RGB (Red+Green+Blue) = 78+62+35=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3E23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3E23 is #B1C1DC. Grayscale: #3F3F3F. Windows color (decimal): -11649501 or 2309710. OLE color: 2309710.

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

Color convert

RGB786235-
CMYK00.210.550.69
HSL37.67º38.05%22.16%-
HSV(B)37.67º55.13%30.59%-
XYZ5.175.192.32-
YUV63.71111.8138.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.57%
GREEN value IS 62 (24.61% from 255) = 35.43%
BLUE value IS 35 (14.06% from 255) = 20%
R=44.57%
G=35.43%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78623500.210.550.6937.6738.0522.16
Hex4E3E230153745262616
Octal116764302567105464626
Binary1001110111110100011010101110111100010110011010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,62,35); }

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

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

 a { background-color: rgb(78,62,35); }

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

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

 span { border-color: rgb(78,62,35); }

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