#4E3F25

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

Shades of Deep Bronze #4E3F25

Tints of Deep Bronze #4E3F25

Color information

#4E3F25 (or 0x4E3F25) is unknown color: approx Deep Bronze. HEX triplet: 4E, 3F and 25. RGB value is (78,63,37). Sum of RGB (Red+Green+Blue) = 78+63+37=178 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.82% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3F25 is #B1C0DA. Grayscale: #404040. Windows color (decimal): -11649243 or 2441038. OLE color: 2441038.

HSL color Cylindrical-coordinate representation of color #4E3F25: hue angle of 38.05º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E3F25 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.69.

Color convert

RGB786337-
CMYK00.190.530.69
HSL38.05º35.65%22.55%-
HSV(B)38.05º52.56%30.59%-
XYZ5.255.312.5-
YUV64.52112.47137.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 43.82%
GREEN value IS 63 (25% from 255) = 35.39%
BLUE value IS 37 (14.84% from 255) = 20.79%
R=43.82%
G=35.39%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78633700.190.530.6938.0535.6522.55
Hex4E3F250133545262417
Octal116774502365105464427
Binary1001110111111100101010011110101100010110011010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,63,37); }

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

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

 a { background-color: rgb(78,63,37); }

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

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

 span { border-color: rgb(78,63,37); }

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