#4D4821

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

Shades of Bronze Olive #4D4821

Tints of Bronze Olive #4D4821

Color information

#4D4821 (or 0x4D4821) is unknown color: approx Bronze Olive. HEX triplet: 4D, 48 and 21. RGB value is (77,72,33). Sum of RGB (Red+Green+Blue) = 77+72+33=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 72 (28.52% from 255 or 39.56% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4821 is #B2B7DE. Grayscale: #454545. Windows color (decimal): -11712479 or 2181197. OLE color: 2181197.

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

Color convert

RGB777233-
CMYK00.060.570.70
HSL53.18º40%21.57%-
HSV(B)53.18º57.14%30.2%-
XYZ5.656.322.36-
YUV69.05107.66133.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.31%
GREEN value IS 72 (28.52% from 255) = 39.56%
BLUE value IS 33 (13.28% from 255) = 18.13%
R=42.31%
G=39.56%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77723300.060.570.7053.184021.57
Hex4D4821063946352816
Octal115110410671106655026
Binary100110110010001000010110111001100011011010110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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