#504D1F

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

Shades of Bronze Olive #504D1F

Tints of Bronze Olive #504D1F

Color information

#504D1F (or 0x504D1F) is unknown color: approx Bronze Olive. HEX triplet: 50, 4D and 1F. RGB value is (80,77,31). Sum of RGB (Red+Green+Blue) = 80+77+31=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 80 - color contains mainly: red. Hex color #504D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D1F is #AFB2E0. Grayscale: #484848. Windows color (decimal): -11514593 or 2051408. OLE color: 2051408.

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

Color convert

RGB807731-
CMYK00.040.610.69
HSL56.33º44.14%21.76%-
HSV(B)56.33º61.25%31.37%-
XYZ6.217.112.34-
YUV72.65104.49133.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 42.55%
GREEN value IS 77 (30.47% from 255) = 40.96%
BLUE value IS 31 (12.5% from 255) = 16.49%
R=42.55%
G=40.96%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80773100.040.610.6956.3344.1421.76
Hex504D1F043D45382c16
Octal120115370475105705426
Binary10100001001101111110100111101100010111100010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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