#4E422C

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

Shades of Deep Bronze #4E422C

Tints of Deep Bronze #4E422C

Color information

#4E422C (or 0x4E422C) is unknown color: approx Deep Bronze. HEX triplet: 4E, 42 and 2C. RGB value is (78,66,44). Sum of RGB (Red+Green+Blue) = 78+66+44=188 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.49% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 78 - color contains mainly: red. Hex color #4E422C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E422C is #B1BDD3. Grayscale: #434343. Windows color (decimal): -11648468 or 2900558. OLE color: 2900558.

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

Color convert

RGB786644-
CMYK00.150.440.69
HSL38.82º27.87%23.92%-
HSV(B)38.82º43.59%30.59%-
XYZ5.545.73.19-
YUV67.08114.98135.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.49%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 44 (17.58% from 255) = 23.40%
R=41.49%
G=35.11%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78664400.150.440.6938.8227.8723.92
Hex4E422C0F2C45271c18
Octal1161025401754105473430
Binary100111010000101011000111110110010001011001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E422C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,66,44); }

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

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

 a { background-color: rgb(78,66,44); }

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

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

 span { border-color: rgb(78,66,44); }

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