#4E422D

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

Shades of Deep Bronze #4E422D

Tints of Deep Bronze #4E422D

Color information

#4E422D (or 0x4E422D) is unknown color: approx Deep Bronze. HEX triplet: 4E, 42 and 2D. RGB value is (78,66,45). Sum of RGB (Red+Green+Blue) = 78+66+45=189 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.27% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 45 (17.97% from 255 or 23.81% from 189); Max value from RGB is 78 - color contains mainly: red. Hex color #4E422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E422D is #B1BDD2. Grayscale: #434343. Windows color (decimal): -11648467 or 2966094. OLE color: 2966094.

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

Color convert

RGB786645-
CMYK00.150.420.69
HSL38.18º26.83%24.12%-
HSV(B)38.18º42.31%30.59%-
XYZ5.565.713.29-
YUV67.19115.48135.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.27%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 45 (17.97% from 255) = 23.81%
R=41.27%
G=34.92%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78664500.150.420.6938.1826.8324.12
Hex4E422D0F2A45261b18
Octal1161025501752105463330
Binary100111010000101011010111110101010001011001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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