#4E4334

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

Shades of Deep Bronze #4E4334

Tints of Deep Bronze #4E4334

Color information

#4E4334 (or 0x4E4334) is unknown color: approx Deep Bronze. HEX triplet: 4E, 43 and 34. RGB value is (78,67,52). Sum of RGB (Red+Green+Blue) = 78+67+52=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4334 is #B1BCCB. Grayscale: #444444. Windows color (decimal): -11648204 or 3425102. OLE color: 3425102.

HSL color Cylindrical-coordinate representation of color #4E4334: hue angle of 34.62º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E4334 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB786752-
CMYK00.140.330.69
HSL34.62º20%25.49%-
HSV(B)34.62º33.33%30.59%-
XYZ5.775.884.08-
YUV68.58118.64134.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.59%
GREEN value IS 67 (26.56% from 255) = 34.01%
BLUE value IS 52 (20.70% from 255) = 26.40%
R=39.59%
G=34.01%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78675200.140.330.6934.622025.49
Hex4E43340E2145231419
Octal1161036401641105432431
Binary100111010000111101000111010000110001011000111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,67,52); }

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

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

 a { background-color: rgb(78,67,52); }

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

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

 span { border-color: rgb(78,67,52); }

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