#4E412B

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

Shades of Deep Bronze #4E412B

Tints of Deep Bronze #4E412B

Color information

#4E412B (or 0x4E412B) is unknown color: approx Deep Bronze. HEX triplet: 4E, 41 and 2B. RGB value is (78,65,43). Sum of RGB (Red+Green+Blue) = 78+65+43=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 78 - color contains mainly: red. Hex color #4E412B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E412B is #B1BED4. Grayscale: #424242. Windows color (decimal): -11648725 or 2834766. OLE color: 2834766.

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

Color convert

RGB786543-
CMYK00.170.450.69
HSL37.71º28.93%23.73%-
HSV(B)37.71º44.87%30.59%-
XYZ5.475.573.07-
YUV66.38114.81136.29-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.94%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 43 (17.19% from 255) = 23.12%
R=41.94%
G=34.95%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78654300.170.450.6937.7128.9323.73
Hex4E412B0112D45261d18
Octal1161015302155105463530
Binary1001110100000110101101000110110110001011001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,65,43); }

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

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

 a { background-color: rgb(78,65,43); }

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

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

 span { border-color: rgb(78,65,43); }

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