#4D412A

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

Shades of Deep Bronze #4D412A

Tints of Deep Bronze #4D412A

Color information

#4D412A (or 0x4D412A) is unknown color: approx Deep Bronze. HEX triplet: 4D, 41 and 2A. RGB value is (77,65,42). Sum of RGB (Red+Green+Blue) = 77+65+42=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 77 - color contains mainly: red. Hex color #4D412A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D412A is #B2BED5. Grayscale: #424242. Windows color (decimal): -11714262 or 2769229. OLE color: 2769229.

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

Color convert

RGB776542-
CMYK00.160.450.70
HSL39.43º29.41%23.33%-
HSV(B)39.43º45.45%30.2%-
XYZ5.375.532.97-
YUV65.97114.48135.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.85%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 42 (16.80% from 255) = 22.83%
R=41.85%
G=35.33%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77654200.160.450.7039.4329.4123.33
Hex4D412A0102D46271d17
Octal1151015202055106473527
Binary1001101100000110101001000010110110001101001111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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