#4D412E

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

Shades of Deep Bronze #4D412E

Tints of Deep Bronze #4D412E

Color information

#4D412E (or 0x4D412E) is unknown color: approx Deep Bronze. HEX triplet: 4D, 41 and 2E. RGB value is (77,65,46). Sum of RGB (Red+Green+Blue) = 77+65+46=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 46 (18.36% from 255 or 24.47% from 188); Max value from RGB is 77 - color contains mainly: red. Hex color #4D412E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D412E is #B2BED1. Grayscale: #424242. Windows color (decimal): -11714258 or 3031373. OLE color: 3031373.

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

Color convert

RGB776546-
CMYK00.160.400.70
HSL36.77º25.2%24.12%-
HSV(B)36.77º40.26%30.2%-
XYZ5.445.563.37-
YUV66.42116.48135.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.96%
GREEN value IS 65 (25.78% from 255) = 34.57%
BLUE value IS 46 (18.36% from 255) = 24.47%
R=40.96%
G=34.57%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77654600.160.400.7036.7725.224.12
Hex4D412E0102846251918
Octal1151015602050106453130
Binary1001101100000110111001000010100010001101001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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