#504A15

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

Shades of Bronze Olive #504A15

Tints of Bronze Olive #504A15

Color information

#504A15 (or 0x504A15) is unknown color: approx Bronze Olive. HEX triplet: 50, 4A and 15. RGB value is (80,74,21). Sum of RGB (Red+Green+Blue) = 80+74+21=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 74 (29.30% from 255 or 42.29% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #504A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504A15 is #AFB5EA. Grayscale: #454545. Windows color (decimal): -11515371 or 1395280. OLE color: 1395280.

HSL color Cylindrical-coordinate representation of color #504A15: hue angle of 53.9º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #504A15 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB807421-
CMYK00.080.740.69
HSL53.9º58.42%19.8%-
HSV(B)53.9º73.75%31.37%-
XYZ5.896.661.68-
YUV69.75100.49135.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.71%
GREEN value IS 74 (29.30% from 255) = 42.29%
BLUE value IS 21 (8.59% from 255) = 12%
R=45.71%
G=42.29%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80742100.080.740.6953.958.4219.8
Hex504A15084A45363a14
Octal12011225010112105667224
Binary1010000100101010101010001001010100010111011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,74,21); }

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

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

 a { background-color: rgb(80,74,21); }

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

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

 span { border-color: rgb(80,74,21); }

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