#4D412F

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

Shades of Deep Bronze #4D412F

Tints of Deep Bronze #4D412F

Color information

#4D412F (or 0x4D412F) is unknown color: approx Deep Bronze. HEX triplet: 4D, 41 and 2F. RGB value is (77,65,47). Sum of RGB (Red+Green+Blue) = 77+65+47=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 77 - color contains mainly: red. Hex color #4D412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D412F is #B2BED0. Grayscale: #424242. Windows color (decimal): -11714257 or 3096909. OLE color: 3096909.

HSL color Cylindrical-coordinate representation of color #4D412F: hue angle of 36º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D412F is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB776547-
CMYK00.160.390.70
HSL36º24.19%24.31%-
HSV(B)36º38.96%30.2%-
XYZ5.465.563.48-
YUV66.54116.98135.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.74%
GREEN value IS 65 (25.78% from 255) = 34.39%
BLUE value IS 47 (18.75% from 255) = 24.87%
R=40.74%
G=34.39%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77654700.160.390.703624.1924.31
Hex4D412F0102746241818
Octal1151015702047106443030
Binary1001101100000110111101000010011110001101001001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,65,47); }

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

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

 a { background-color: rgb(77,65,47); }

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

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

 span { border-color: rgb(77,65,47); }

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