#504D1B

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

Shades of Bronze Olive #504D1B

Tints of Bronze Olive #504D1B

Color information

#504D1B (or 0x504D1B) is unknown color: approx Bronze Olive. HEX triplet: 50, 4D and 1B. RGB value is (80,77,27). Sum of RGB (Red+Green+Blue) = 80+77+27=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 27 (10.94% from 255 or 14.67% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #504D1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D1B is #AFB2E4. Grayscale: #484848. Windows color (decimal): -11514597 or 1789264. OLE color: 1789264.

HSL color Cylindrical-coordinate representation of color #504D1B: hue angle of 56.6º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #504D1B is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB807727-
CMYK00.040.660.69
HSL56.6º49.53%20.98%-
HSV(B)56.6º66.25%31.37%-
XYZ6.167.092.08-
YUV72.2102.49133.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.48%
GREEN value IS 77 (30.47% from 255) = 41.85%
BLUE value IS 27 (10.94% from 255) = 14.67%
R=43.48%
G=41.85%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80772700.040.660.6956.649.5320.98
Hex504D1B044245393215
Octal1201153304102105716225
Binary101000010011011101101001000010100010111100111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504D1B; }

 p { color: rgb(80,77,27); }

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

<style>
 a { background-color: #504D1B; }

 a { background-color: rgb(80,77,27); }

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

<style>
 span { border-color: #504D1B; }

 span { border-color: rgb(80,77,27); }

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