#4E3F29

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

Shades of Deep Bronze #4E3F29

Tints of Deep Bronze #4E3F29

Color information

#4E3F29 (or 0x4E3F29) is unknown color: approx Deep Bronze. HEX triplet: 4E, 3F and 29. RGB value is (78,63,41). Sum of RGB (Red+Green+Blue) = 78+63+41=182 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.86% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3F29 is #B1C0D6. Grayscale: #414141. Windows color (decimal): -11649239 or 2703182. OLE color: 2703182.

HSL color Cylindrical-coordinate representation of color #4E3F29: hue angle of 35.68º 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 #4E3F29 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB786341-
CMYK00.190.470.69
HSL35.68º31.09%23.33%-
HSV(B)35.68º47.44%30.59%-
XYZ5.325.332.85-
YUV64.98114.47137.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.86%
GREEN value IS 63 (25% from 255) = 34.62%
BLUE value IS 41 (16.41% from 255) = 22.53%
R=42.86%
G=34.62%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78634100.190.470.6935.6831.0923.33
Hex4E3F290132F45241f17
Octal116775102357105443727
Binary100111011111110100101001110111110001011001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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