#4D4028

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

Shades of Deep Bronze #4D4028

Tints of Deep Bronze #4D4028

Color information

#4D4028 (or 0x4D4028) is unknown color: approx Deep Bronze. HEX triplet: 4D, 40 and 28. RGB value is (77,64,40). Sum of RGB (Red+Green+Blue) = 77+64+40=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4028 is #B2BFD7. Grayscale: #414141. Windows color (decimal): -11714520 or 2637901. OLE color: 2637901.

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

Color convert

RGB776440-
CMYK00.170.480.70
HSL38.92º31.62%22.94%-
HSV(B)38.92º48.05%30.2%-
XYZ5.285.42.77-
YUV65.15113.81136.45-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.54%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 40 (16.02% from 255) = 22.10%
R=42.54%
G=35.36%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77644000.170.480.7038.9231.6222.94
Hex4D40280113046272017
Octal1151005002160106474027
Binary10011011000000101000010001110000100011010011110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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