#4D4820

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

Shades of Bronze Olive #4D4820

Tints of Bronze Olive #4D4820

Color information

#4D4820 (or 0x4D4820) is unknown color: approx Bronze Olive. HEX triplet: 4D, 48 and 20. RGB value is (77,72,32). Sum of RGB (Red+Green+Blue) = 77+72+32=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4820 is #B2B7DF. Grayscale: #454545. Windows color (decimal): -11712480 or 2115661. OLE color: 2115661.

HSL color Cylindrical-coordinate representation of color #4D4820: hue angle of 53.33º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D4820 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB777232-
CMYK00.060.580.70
HSL53.33º41.28%21.37%-
HSV(B)53.33º58.44%30.2%-
XYZ5.646.322.29-
YUV68.93107.16133.75-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.54%
GREEN value IS 72 (28.52% from 255) = 39.78%
BLUE value IS 32 (12.89% from 255) = 17.68%
R=42.54%
G=39.78%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77723200.060.580.7053.3341.2821.37
Hex4D4820063A46352915
Octal115110400672106655125
Binary100110110010001000000110111010100011011010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,72,32); }

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

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

 a { background-color: rgb(77,72,32); }

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

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

 span { border-color: rgb(77,72,32); }

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