#504A14

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

Shades of Bronze Olive #504A14

Tints of Bronze Olive #504A14

Color information

#504A14 (or 0x504A14) is unknown color: approx Bronze Olive. HEX triplet: 50, 4A and 14. RGB value is (80,74,20). Sum of RGB (Red+Green+Blue) = 80+74+20=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 74 (29.30% from 255 or 42.53% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #504A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504A14 is #AFB5EB. Grayscale: #454545. Windows color (decimal): -11515372 or 1329744. OLE color: 1329744.

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

Color convert

RGB807420-
CMYK00.080.750.69
HSL54º60%19.61%-
HSV(B)54º75%31.37%-
XYZ5.886.651.64-
YUV69.6499.99135.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 45.98%
GREEN value IS 74 (29.30% from 255) = 42.53%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=45.98%
G=42.53%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80742000.080.750.69546019.61
Hex504A14084B45363c14
Octal12011224010113105667424
Binary1010000100101010100010001001011100010111011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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