#4D491F

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

Shades of Bronze Olive #4D491F

Tints of Bronze Olive #4D491F

Color information

#4D491F (or 0x4D491F) is unknown color: approx Bronze Olive. HEX triplet: 4D, 49 and 1F. RGB value is (77,73,31). Sum of RGB (Red+Green+Blue) = 77+73+31=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 77 - color contains mainly: red. Hex color #4D491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D491F is #B2B6E0. Grayscale: #454545. Windows color (decimal): -11712225 or 2050381. OLE color: 2050381.

HSL color Cylindrical-coordinate representation of color #4D491F: hue angle of 54.78º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D491F is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB777331-
CMYK00.050.600.70
HSL54.78º42.59%21.18%-
HSV(B)54.78º59.74%30.2%-
XYZ5.696.442.24-
YUV69.41106.33133.42-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.54%
GREEN value IS 73 (28.91% from 255) = 40.33%
BLUE value IS 31 (12.5% from 255) = 17.13%
R=42.54%
G=40.33%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77733100.050.600.7054.7842.5921.18
Hex4D491F053C46372b15
Octal115111370574106675325
Binary10011011001001111110101111100100011011011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D491F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,73,31); }

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

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

 a { background-color: rgb(77,73,31); }

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

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

 span { border-color: rgb(77,73,31); }

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