#4D422D

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

Shades of Deep Bronze #4D422D

Tints of Deep Bronze #4D422D

Color information

#4D422D (or 0x4D422D) is unknown color: approx Deep Bronze. HEX triplet: 4D, 42 and 2D. RGB value is (77,66,45). Sum of RGB (Red+Green+Blue) = 77+66+45=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 77 - color contains mainly: red. Hex color #4D422D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D422D is #B2BDD2. Grayscale: #424242. Windows color (decimal): -11714003 or 2966093. OLE color: 2966093.

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

Color convert

RGB776645-
CMYK00.140.420.70
HSL39.38º26.23%23.92%-
HSV(B)39.38º41.56%30.2%-
XYZ5.485.663.29-
YUV66.9115.64135.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 40.96%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 45 (17.97% from 255) = 23.94%
R=40.96%
G=35.11%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77664500.140.420.7039.3826.2323.92
Hex4D422D0E2A46271a18
Octal1151025501652106473230
Binary100110110000101011010111010101010001101001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D422D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,66,45); }

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

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

 a { background-color: rgb(77,66,45); }

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

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

 span { border-color: rgb(77,66,45); }

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