#4E3F2A

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

Shades of Deep Bronze #4E3F2A

Tints of Deep Bronze #4E3F2A

Color information

#4E3F2A (or 0x4E3F2A) is unknown color: approx Deep Bronze. HEX triplet: 4E, 3F and 2A. RGB value is (78,63,42). Sum of RGB (Red+Green+Blue) = 78+63+42=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3F2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3F2A is #B1C0D5. Grayscale: #414141. Windows color (decimal): -11649238 or 2768718. OLE color: 2768718.

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

Color convert

RGB786342-
CMYK00.190.460.69
HSL35º30%23.53%-
HSV(B)35º46.15%30.59%-
XYZ5.345.342.94-
YUV65.09114.97137.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.62%
GREEN value IS 63 (25% from 255) = 34.43%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=42.62%
G=34.43%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78634200.190.460.69353023.53
Hex4E3F2A0132E45231e18
Octal116775202356105433630
Binary100111011111110101001001110111010001011000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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