#4D402D

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

Shades of Deep Bronze #4D402D

Tints of Deep Bronze #4D402D

Color information

#4D402D (or 0x4D402D) is unknown color: approx Deep Bronze. HEX triplet: 4D, 40 and 2D. RGB value is (77,64,45). Sum of RGB (Red+Green+Blue) = 77+64+45=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 77 - color contains mainly: red. Hex color #4D402D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D402D is #B2BFD2. Grayscale: #414141. Windows color (decimal): -11714515 or 2965581. OLE color: 2965581.

HSL color Cylindrical-coordinate representation of color #4D402D: hue angle of 35.63º 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 #4D402D is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB776445-
CMYK00.170.420.70
HSL35.63º26.23%23.92%-
HSV(B)35.63º41.56%30.2%-
XYZ5.375.433.25-
YUV65.72116.31136.04-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.40%
GREEN value IS 64 (25.39% from 255) = 34.41%
BLUE value IS 45 (17.97% from 255) = 24.19%
R=41.40%
G=34.41%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77644500.170.420.7035.6326.2323.92
Hex4D402D0112A46241a18
Octal1151005502152106443230
Binary1001101100000010110101000110101010001101001001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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