#4E402A

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

Shades of Deep Bronze #4E402A

Tints of Deep Bronze #4E402A

Color information

#4E402A (or 0x4E402A) is unknown color: approx Deep Bronze. HEX triplet: 4E, 40 and 2A. RGB value is (78,64,42). Sum of RGB (Red+Green+Blue) = 78+64+42=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 78 - color contains mainly: red. Hex color #4E402A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E402A is #B1BFD5. Grayscale: #414141. Windows color (decimal): -11648982 or 2768974. OLE color: 2768974.

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

Color convert

RGB786442-
CMYK00.180.460.69
HSL36.67º30%23.53%-
HSV(B)36.67º46.15%30.59%-
XYZ5.395.452.96-
YUV65.68114.64136.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.39%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 42 (16.80% from 255) = 22.83%
R=42.39%
G=34.78%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78644200.180.460.6936.673023.53
Hex4E402A0122E45251e18
Octal1161005202256105453630
Binary1001110100000010101001001010111010001011001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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